Shades of Pale Turquoise #AFEEE8
Tints of Pale Turquoise #AFEEE8
RGB
CMYK
RGB Variations
Color information
#AFEEE8 (or 0xAFEEE8) is known color: Pale Turquoise. HEX triplet: AF, EE and E8. RGB value is (175,238,232). Sum of RGB (Red+Green+Blue) = 175+238+232=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEE8 is #501117. Grayscale: #DADADA. Windows color (decimal): -5247256 or 15265455. OLE color: 15265455.
HSL color Cylindrical-coordinate representation of color #AFEEE8: hue angle of 174.29º degrees, saturation: 0.65, 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 #AFEEE8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 232 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.07 |
| HSL | 174.29º | 0.65% | 0.81% | - |
| HSV(B) | 174.29º | 0.26% | 0.93% | - |
| XYZ | 62.82 | 76.09 | 87.72 | - |
| YUV | 218.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 232 | 0.26 | 0 | 0.03 | 0.07 | 174.29 | 0.65 | 0.81 |
| Hex | AF | EE | E8 | 1A | 0 | 3 | 7 | AE | 41 | 51 |
| Octal | 257 | 356 | 350 | 32 | 0 | 3 | 7 | 256 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11101000 | 11010 | 0 | 11 | 111 | 10101110 | 1000001 | 1010001 |
Color Harmonies of #AFEEE8
Complementary color
Monochromatic Colors of #AFEEE8
Black with #AFEEE8
Text Example
Text Example
White with #AFEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEE8; }
p { color: rgb(175,238,232); }
H1.HeaderClassName
{
color: #AFEEE8;
}
.AnyTagClassName
{
color: #AFEEE8;
}
</style>
background-color css
<style>
a { background-color: #AFEEE8; }
a { background-color: rgb(175,238,232); }
div.DivClassName
{
background-color: #AFEEE8;
}
.BgClassName
{
background-color: #AFEEE8;
}
</style>
border-color css
<style>
span { border-color: #AFEEE8; }
span { border-color: rgb(175,238,232); }
td.TdClassName
{
border-color: #AFEEE8;
}
.TagClassName
{
border-color: #AFEEE8;
}
</style>