Shades of Pale Turquoise #AFE8F0
Tints of Pale Turquoise #AFE8F0
RGB
CMYK
RGB Variations
Color information
#AFE8F0 (or 0xAFE8F0) is known color: Pale Turquoise. HEX triplet: AF, E8 and F0. RGB value is (175,232,240). Sum of RGB (Red+Green+Blue) = 175+232+240=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8F0 is #50170F. Grayscale: #D7D7D7. Windows color (decimal): -5248784 or 15788207. OLE color: 15788207.
HSL color Cylindrical-coordinate representation of color #AFE8F0: hue angle of 187.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE8F0 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 232 | 240 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.06 |
| HSL | 187.38º | 0.68% | 0.81% | - |
| HSV(B) | 187.38º | 0.27% | 0.94% | - |
| XYZ | 62.26 | 73.12 | 93.27 | - |
| YUV | 215.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 240 | 0.27 | 0.03 | 0 | 0.06 | 187.38 | 0.68 | 0.81 |
| Hex | AF | E8 | F0 | 1B | 3 | 0 | 6 | BB | 44 | 51 |
| Octal | 257 | 350 | 360 | 33 | 3 | 0 | 6 | 273 | 104 | 121 |
| Binary | 10101111 | 11101000 | 11110000 | 11011 | 11 | 0 | 110 | 10111011 | 1000100 | 1010001 |
Color Harmonies of #AFE8F0
Complementary color
Monochromatic Colors of #AFE8F0
Black with #AFE8F0
Text Example
Text Example
White with #AFE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8F0; }
p { color: rgb(175,232,240); }
H1.HeaderClassName
{
color: #AFE8F0;
}
.AnyTagClassName
{
color: #AFE8F0;
}
</style>
background-color css
<style>
a { background-color: #AFE8F0; }
a { background-color: rgb(175,232,240); }
div.DivClassName
{
background-color: #AFE8F0;
}
.BgClassName
{
background-color: #AFE8F0;
}
</style>
border-color css
<style>
span { border-color: #AFE8F0; }
span { border-color: rgb(175,232,240); }
td.TdClassName
{
border-color: #AFE8F0;
}
.TagClassName
{
border-color: #AFE8F0;
}
</style>