Shades of Pale Turquoise #AAF0EA
Tints of Pale Turquoise #AAF0EA
RGB
CMYK
RGB Variations
Color information
#AAF0EA (or 0xAAF0EA) is known color: Pale Turquoise. HEX triplet: AA, F0 and EA. RGB value is (170,240,234). Sum of RGB (Red+Green+Blue) = 170+240+234=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0EA is #550F15. Grayscale: #DADADA. Windows color (decimal): -5574422 or 15397034. OLE color: 15397034.
HSL color Cylindrical-coordinate representation of color #AAF0EA: hue angle of 174.86º 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 #AAF0EA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 234 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.06 |
| HSL | 174.86º | 0.7% | 0.8% | - |
| HSV(B) | 174.86º | 0.29% | 0.94% | - |
| XYZ | 62.59 | 76.81 | 89.37 | - |
| YUV | 218.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 234 | 0.29 | 0 | 0.02 | 0.06 | 174.86 | 0.7 | 0.8 |
| Hex | AA | F0 | EA | 1D | 0 | 2 | 6 | AF | 46 | 50 |
| Octal | 252 | 360 | 352 | 35 | 0 | 2 | 6 | 257 | 106 | 120 |
| Binary | 10101010 | 11110000 | 11101010 | 11101 | 0 | 10 | 110 | 10101111 | 1000110 | 1010000 |
Color Harmonies of #AAF0EA
Complementary color
Monochromatic Colors of #AAF0EA
Black with #AAF0EA
Text Example
Text Example
White with #AAF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0EA; }
p { color: rgb(170,240,234); }
H1.HeaderClassName
{
color: #AAF0EA;
}
.AnyTagClassName
{
color: #AAF0EA;
}
</style>
background-color css
<style>
a { background-color: #AAF0EA; }
a { background-color: rgb(170,240,234); }
div.DivClassName
{
background-color: #AAF0EA;
}
.BgClassName
{
background-color: #AAF0EA;
}
</style>
border-color css
<style>
span { border-color: #AAF0EA; }
span { border-color: rgb(170,240,234); }
td.TdClassName
{
border-color: #AAF0EA;
}
.TagClassName
{
border-color: #AAF0EA;
}
</style>