Shades of Pale Turquoise #AAF0E8
Tints of Pale Turquoise #AAF0E8
RGB
CMYK
RGB Variations
Color information
#AAF0E8 (or 0xAAF0E8) is known color: Pale Turquoise. HEX triplet: AA, F0 and E8. RGB value is (170,240,232). Sum of RGB (Red+Green+Blue) = 170+240+232=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0E8 is #550F17. Grayscale: #DADADA. Windows color (decimal): -5574424 or 15265962. OLE color: 15265962.
HSL color Cylindrical-coordinate representation of color #AAF0E8: hue angle of 173.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0E8 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 232 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.06 |
| HSL | 173.14º | 0.7% | 0.8% | - |
| HSV(B) | 173.14º | 0.29% | 0.94% | - |
| XYZ | 62.3 | 76.69 | 87.86 | - |
| YUV | 218.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 232 | 0.29 | 0 | 0.03 | 0.06 | 173.14 | 0.7 | 0.8 |
| Hex | AA | F0 | E8 | 1D | 0 | 3 | 6 | AD | 46 | 50 |
| Octal | 252 | 360 | 350 | 35 | 0 | 3 | 6 | 255 | 106 | 120 |
| Binary | 10101010 | 11110000 | 11101000 | 11101 | 0 | 11 | 110 | 10101101 | 1000110 | 1010000 |
Color Harmonies of #AAF0E8
Complementary color
Monochromatic Colors of #AAF0E8
Black with #AAF0E8
Text Example
Text Example
White with #AAF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0E8; }
p { color: rgb(170,240,232); }
H1.HeaderClassName
{
color: #AAF0E8;
}
.AnyTagClassName
{
color: #AAF0E8;
}
</style>
background-color css
<style>
a { background-color: #AAF0E8; }
a { background-color: rgb(170,240,232); }
div.DivClassName
{
background-color: #AAF0E8;
}
.BgClassName
{
background-color: #AAF0E8;
}
</style>
border-color css
<style>
span { border-color: #AAF0E8; }
span { border-color: rgb(170,240,232); }
td.TdClassName
{
border-color: #AAF0E8;
}
.TagClassName
{
border-color: #AAF0E8;
}
</style>