Shades of Pale Turquoise #AFEDEA
Tints of Pale Turquoise #AFEDEA
RGB
CMYK
RGB Variations
Color information
#AFEDEA (or 0xAFEDEA) is known color: Pale Turquoise. HEX triplet: AF, ED and EA. RGB value is (175,237,234). Sum of RGB (Red+Green+Blue) = 175+237+234=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDEA is #501215. Grayscale: #DADADA. Windows color (decimal): -5247510 or 15396271. OLE color: 15396271.
HSL color Cylindrical-coordinate representation of color #AFEDEA: hue angle of 177.1º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDEA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 234 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.07 |
| HSL | 177.1º | 0.63% | 0.81% | - |
| HSV(B) | 177.1º | 0.26% | 0.93% | - |
| XYZ | 62.81 | 75.62 | 89.13 | - |
| YUV | 218.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 234 | 0.26 | 0 | 0.01 | 0.07 | 177.1 | 0.63 | 0.81 |
| Hex | AF | ED | EA | 1A | 0 | 1 | 7 | B1 | 3F | 51 |
| Octal | 257 | 355 | 352 | 32 | 0 | 1 | 7 | 261 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11101010 | 11010 | 0 | 1 | 111 | 10110001 | 111111 | 1010001 |
Color Harmonies of #AFEDEA
Complementary color
Monochromatic Colors of #AFEDEA
Black with #AFEDEA
Text Example
Text Example
White with #AFEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDEA; }
p { color: rgb(175,237,234); }
H1.HeaderClassName
{
color: #AFEDEA;
}
.AnyTagClassName
{
color: #AFEDEA;
}
</style>
background-color css
<style>
a { background-color: #AFEDEA; }
a { background-color: rgb(175,237,234); }
div.DivClassName
{
background-color: #AFEDEA;
}
.BgClassName
{
background-color: #AFEDEA;
}
</style>
border-color css
<style>
span { border-color: #AFEDEA; }
span { border-color: rgb(175,237,234); }
td.TdClassName
{
border-color: #AFEDEA;
}
.TagClassName
{
border-color: #AFEDEA;
}
</style>