Shades of Pale Turquoise #AFE8EC
Tints of Pale Turquoise #AFE8EC
RGB
CMYK
RGB Variations
Color information
#AFE8EC (or 0xAFE8EC) is known color: Pale Turquoise. HEX triplet: AF, E8 and EC. RGB value is (175,232,236). Sum of RGB (Red+Green+Blue) = 175+232+236=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8EC is #501713. Grayscale: #D7D7D7. Windows color (decimal): -5248788 or 15526063. OLE color: 15526063.
HSL color Cylindrical-coordinate representation of color #AFE8EC: hue angle of 183.93º degrees, saturation: 0.62, 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 #AFE8EC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 232 | 236 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.07 |
| HSL | 183.93º | 0.62% | 0.81% | - |
| HSV(B) | 183.93º | 0.26% | 0.93% | - |
| XYZ | 61.68 | 72.88 | 90.17 | - |
| YUV | 215.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 236 | 0.26 | 0.02 | 0 | 0.07 | 183.93 | 0.62 | 0.81 |
| Hex | AF | E8 | EC | 1A | 2 | 0 | 7 | B8 | 3E | 51 |
| Octal | 257 | 350 | 354 | 32 | 2 | 0 | 7 | 270 | 76 | 121 |
| Binary | 10101111 | 11101000 | 11101100 | 11010 | 10 | 0 | 111 | 10111000 | 111110 | 1010001 |
Color Harmonies of #AFE8EC
Complementary color
Monochromatic Colors of #AFE8EC
Black with #AFE8EC
Text Example
Text Example
White with #AFE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8EC; }
p { color: rgb(175,232,236); }
H1.HeaderClassName
{
color: #AFE8EC;
}
.AnyTagClassName
{
color: #AFE8EC;
}
</style>
background-color css
<style>
a { background-color: #AFE8EC; }
a { background-color: rgb(175,232,236); }
div.DivClassName
{
background-color: #AFE8EC;
}
.BgClassName
{
background-color: #AFE8EC;
}
</style>
border-color css
<style>
span { border-color: #AFE8EC; }
span { border-color: rgb(175,232,236); }
td.TdClassName
{
border-color: #AFE8EC;
}
.TagClassName
{
border-color: #AFE8EC;
}
</style>