Shades of Pale Turquoise #AAF9EA
Tints of Pale Turquoise #AAF9EA
RGB
CMYK
RGB Variations
Color information
#AAF9EA (or 0xAAF9EA) is known color: Pale Turquoise. HEX triplet: AA, F9 and EA. RGB value is (170,249,234). Sum of RGB (Red+Green+Blue) = 170+249+234=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9EA is #550615. Grayscale: #DFDFDF. Windows color (decimal): -5572118 or 15399338. OLE color: 15399338.
HSL color Cylindrical-coordinate representation of color #AAF9EA: hue angle of 168.61º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9EA is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 234 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.02 |
| HSL | 168.61º | 0.87% | 0.82% | - |
| HSV(B) | 168.61º | 0.32% | 0.98% | - |
| XYZ | 65.3 | 82.24 | 90.27 | - |
| YUV | 223.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 234 | 0.32 | 0 | 0.06 | 0.02 | 168.61 | 0.87 | 0.82 |
| Hex | AA | F9 | EA | 20 | 0 | 6 | 2 | A9 | 57 | 52 |
| Octal | 252 | 371 | 352 | 40 | 0 | 6 | 2 | 251 | 127 | 122 |
| Binary | 10101010 | 11111001 | 11101010 | 100000 | 0 | 110 | 10 | 10101001 | 1010111 | 1010010 |
Color Harmonies of #AAF9EA
Complementary color
Monochromatic Colors of #AAF9EA
Black with #AAF9EA
Text Example
Text Example
White with #AAF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9EA; }
p { color: rgb(170,249,234); }
H1.HeaderClassName
{
color: #AAF9EA;
}
.AnyTagClassName
{
color: #AAF9EA;
}
</style>
background-color css
<style>
a { background-color: #AAF9EA; }
a { background-color: rgb(170,249,234); }
div.DivClassName
{
background-color: #AAF9EA;
}
.BgClassName
{
background-color: #AAF9EA;
}
</style>
border-color css
<style>
span { border-color: #AAF9EA; }
span { border-color: rgb(170,249,234); }
td.TdClassName
{
border-color: #AAF9EA;
}
.TagClassName
{
border-color: #AAF9EA;
}
</style>