Shades of Pale Turquoise #AFE8EF
Tints of Pale Turquoise #AFE8EF
RGB
CMYK
RGB Variations
Color information
#AFE8EF (or 0xAFE8EF) is known color: Pale Turquoise. HEX triplet: AF, E8 and EF. RGB value is (175,232,239). Sum of RGB (Red+Green+Blue) = 175+232+239=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8EF is #501710. Grayscale: #D7D7D7. Windows color (decimal): -5248785 or 15722671. OLE color: 15722671.
HSL color Cylindrical-coordinate representation of color #AFE8EF: hue angle of 186.56º degrees, saturation: 0.67, 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 #AFE8EF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 232 | 239 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.06 |
| HSL | 186.56º | 0.67% | 0.81% | - |
| HSV(B) | 186.56º | 0.27% | 0.94% | - |
| XYZ | 62.12 | 73.06 | 92.49 | - |
| YUV | 215.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 239 | 0.27 | 0.03 | 0 | 0.06 | 186.56 | 0.67 | 0.81 |
| Hex | AF | E8 | EF | 1B | 3 | 0 | 6 | BB | 43 | 51 |
| Octal | 257 | 350 | 357 | 33 | 3 | 0 | 6 | 273 | 103 | 121 |
| Binary | 10101111 | 11101000 | 11101111 | 11011 | 11 | 0 | 110 | 10111011 | 1000011 | 1010001 |
Color Harmonies of #AFE8EF
Complementary color
Monochromatic Colors of #AFE8EF
Black with #AFE8EF
Text Example
Text Example
White with #AFE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8EF; }
p { color: rgb(175,232,239); }
H1.HeaderClassName
{
color: #AFE8EF;
}
.AnyTagClassName
{
color: #AFE8EF;
}
</style>
background-color css
<style>
a { background-color: #AFE8EF; }
a { background-color: rgb(175,232,239); }
div.DivClassName
{
background-color: #AFE8EF;
}
.BgClassName
{
background-color: #AFE8EF;
}
</style>
border-color css
<style>
span { border-color: #AFE8EF; }
span { border-color: rgb(175,232,239); }
td.TdClassName
{
border-color: #AFE8EF;
}
.TagClassName
{
border-color: #AFE8EF;
}
</style>