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.

#afeeee paleturquoise

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



Gradation color code


ebfafa

e7f9f9

e3f9f9

dff8f8

dbf7f7

d7f6f6

d3f5f5

cff4f4

cbf3f3

c7f3f3

c3f2f2

bff1f1

bbf0f0

b7efef

b3eeee

a6e2e2

9dd6d6

94caca

8cbebe

83b2b2

7aa6a6

719a9a

698e8e

608282

577777

4e6b6b

465f5f

3d5353

344747

2b3b3b


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

				.paleturquoise{
	color : #afeeee;
}
				

Or

.paleturquoise {
color : paleturquoise;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:paleturquoise">
	This color ispaleturquoise.
	</span>
				


Applying CSS
This color ispaleturquoise.



RGB (three primary color) values

R : 175
G : 238
B : 238



Back to top

Color Floresta.