色の森:カラーコードの辞書

WEBで使えるカラーコード一覧と、そのグラデーションコード

カラーコードが、実際に写真の中で使われているところを確認できます。その写真にあるカラーコードのポイントから、関連するカラーコードを探すことができます。

#40e0d0 turquoise

この色は英語の名前も設定されている、ウェブサイトで安全に使用できる色です。



グラデーションカラーコード


cff7f3

c5f5f0

bcf4ee

b2f2ec

a9f1e9

9fefe7

95ede5

8cece2

82eae0

79e9de

6fe7db

66e6d9

5ce4d7

53e3d4

49e1d2

3cd4c5

39c9bb

36beb0

33b3a6

30a89c

2c9c91

299187

26867c

237b72

207068

1c645d

195953

164e48

13433e

103834


似ている色

lightblue
add8e6
powderblue
b0e0e6

afeeee
lightcyan
e0ffff
cyan
00ffff
aqua
00ffff
turquoise
40e0d0

48d1cc

00ced1

20b2aa


このカラーコードを使っている写真を見てみる





カラーコードを写真からワンクリックで取得する一覧



CSS作成

				.turquoise{
	color : #40e0d0;
}
				

または

.turquoise {
color : turquoise;
}
				


CSSの利用例

<span class="turquoise">
This color is turquoise.
</span>
				


HTML上にstyleで直接書く

	<span style="color:turquoise">
	この色は turquoise.
	</span>
				


CSSの適用
この色は turquoise.



RGB(3原色)の値

R : 64
G : 224
B : 208



トップに戻る

Color Floresta.