Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#00ffff aqua

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


bfffff

b2ffff

a5ffff

99ffff

8cffff

7fffff

72ffff

66ffff

59ffff

4cffff

3fffff

33ffff

26ffff

19ffff

0cffff

00f2f2

00e5e5

00d8d8

00cccc

00bfbf

00b2b2

00a5a5

009999

008c8c

007f7f

007272

006666

005959

004c4c

003f3f


Similar colors

lightblue
add8e6
powderblue
b0e0e6

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

48d1cc

00ced1

20b2aa


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.aqua{
	color : #00ffff;
}
				

Or

.aqua {
color : aqua;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:aqua">
	This color isaqua.
	</span>
				


Applying CSS
This color isaqua.



RGB (three primary color) values

R : 0
G : 255
B : 255



Back to top

Color Floresta.