Shades of Pale Turquoise #AFE9EF
Tints of Pale Turquoise #AFE9EF
RGB
CMYK
RGB Variations
Color information
#AFE9EF (or 0xAFE9EF) is known color: Pale Turquoise. HEX triplet: AF, E9 and EF. RGB value is (175,233,239). Sum of RGB (Red+Green+Blue) = 175+233+239=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9EF is #501610. Grayscale: #D8D8D8. Windows color (decimal): -5248529 or 15722927. OLE color: 15722927.
HSL color Cylindrical-coordinate representation of color #AFE9EF: hue angle of 185.62º 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 #AFE9EF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 233 | 239 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.06 |
| HSL | 185.63º | 0.67% | 0.81% | - |
| HSV(B) | 185.63º | 0.27% | 0.94% | - |
| XYZ | 62.4 | 73.62 | 92.58 | - |
| YUV | 216.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 239 | 0.27 | 0.03 | 0 | 0.06 | 185.63 | 0.67 | 0.81 |
| Hex | AF | E9 | EF | 1B | 3 | 0 | 6 | BA | 43 | 51 |
| Octal | 257 | 351 | 357 | 33 | 3 | 0 | 6 | 272 | 103 | 121 |
| Binary | 10101111 | 11101001 | 11101111 | 11011 | 11 | 0 | 110 | 10111010 | 1000011 | 1010001 |
Color Harmonies of #AFE9EF
Complementary color
Monochromatic Colors of #AFE9EF
Black with #AFE9EF
Text Example
Text Example
White with #AFE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9EF; }
p { color: rgb(175,233,239); }
H1.HeaderClassName
{
color: #AFE9EF;
}
.AnyTagClassName
{
color: #AFE9EF;
}
</style>
background-color css
<style>
a { background-color: #AFE9EF; }
a { background-color: rgb(175,233,239); }
div.DivClassName
{
background-color: #AFE9EF;
}
.BgClassName
{
background-color: #AFE9EF;
}
</style>
border-color css
<style>
span { border-color: #AFE9EF; }
span { border-color: rgb(175,233,239); }
td.TdClassName
{
border-color: #AFE9EF;
}
.TagClassName
{
border-color: #AFE9EF;
}
</style>