Shades of Pale Turquoise #AAF0E9
Tints of Pale Turquoise #AAF0E9
RGB
CMYK
RGB Variations
Color information
#AAF0E9 (or 0xAAF0E9) is known color: Pale Turquoise. HEX triplet: AA, F0 and E9. RGB value is (170,240,233). Sum of RGB (Red+Green+Blue) = 170+240+233=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0E9 is #550F16. Grayscale: #DADADA. Windows color (decimal): -5574423 or 15331498. OLE color: 15331498.
HSL color Cylindrical-coordinate representation of color #AAF0E9: hue angle of 174º 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 #AAF0E9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 233 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.06 |
| HSL | 174º | 0.7% | 0.8% | - |
| HSV(B) | 174º | 0.29% | 0.94% | - |
| XYZ | 62.45 | 76.75 | 88.61 | - |
| YUV | 218.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 233 | 0.29 | 0 | 0.03 | 0.06 | 174 | 0.7 | 0.8 |
| Hex | AA | F0 | E9 | 1D | 0 | 3 | 6 | AE | 46 | 50 |
| Octal | 252 | 360 | 351 | 35 | 0 | 3 | 6 | 256 | 106 | 120 |
| Binary | 10101010 | 11110000 | 11101001 | 11101 | 0 | 11 | 110 | 10101110 | 1000110 | 1010000 |
Color Harmonies of #AAF0E9
Complementary color
Monochromatic Colors of #AAF0E9
Black with #AAF0E9
Text Example
Text Example
White with #AAF0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0E9; }
p { color: rgb(170,240,233); }
H1.HeaderClassName
{
color: #AAF0E9;
}
.AnyTagClassName
{
color: #AAF0E9;
}
</style>
background-color css
<style>
a { background-color: #AAF0E9; }
a { background-color: rgb(170,240,233); }
div.DivClassName
{
background-color: #AAF0E9;
}
.BgClassName
{
background-color: #AAF0E9;
}
</style>
border-color css
<style>
span { border-color: #AAF0E9; }
span { border-color: rgb(170,240,233); }
td.TdClassName
{
border-color: #AAF0E9;
}
.TagClassName
{
border-color: #AAF0E9;
}
</style>