Shades of Pale Turquoise #AAF1E9
Tints of Pale Turquoise #AAF1E9
RGB
CMYK
RGB Variations
Color information
#AAF1E9 (or 0xAAF1E9) is known color: Pale Turquoise. HEX triplet: AA, F1 and E9. RGB value is (170,241,233). Sum of RGB (Red+Green+Blue) = 170+241+233=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1E9 is #550E16. Grayscale: #DADADA. Windows color (decimal): -5574167 or 15331754. OLE color: 15331754.
HSL color Cylindrical-coordinate representation of color #AAF1E9: hue angle of 173.24º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1E9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 233 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.05 |
| HSL | 173.24º | 0.72% | 0.81% | - |
| HSV(B) | 173.24º | 0.29% | 0.95% | - |
| XYZ | 62.74 | 77.34 | 88.71 | - |
| YUV | 218.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 233 | 0.29 | 0 | 0.03 | 0.05 | 173.24 | 0.72 | 0.81 |
| Hex | AA | F1 | E9 | 1D | 0 | 3 | 5 | AD | 48 | 51 |
| Octal | 252 | 361 | 351 | 35 | 0 | 3 | 5 | 255 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11101001 | 11101 | 0 | 11 | 101 | 10101101 | 1001000 | 1010001 |
Color Harmonies of #AAF1E9
Complementary color
Monochromatic Colors of #AAF1E9
Black with #AAF1E9
Text Example
Text Example
White with #AAF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1E9; }
p { color: rgb(170,241,233); }
H1.HeaderClassName
{
color: #AAF1E9;
}
.AnyTagClassName
{
color: #AAF1E9;
}
</style>
background-color css
<style>
a { background-color: #AAF1E9; }
a { background-color: rgb(170,241,233); }
div.DivClassName
{
background-color: #AAF1E9;
}
.BgClassName
{
background-color: #AAF1E9;
}
</style>
border-color css
<style>
span { border-color: #AAF1E9; }
span { border-color: rgb(170,241,233); }
td.TdClassName
{
border-color: #AAF1E9;
}
.TagClassName
{
border-color: #AAF1E9;
}
</style>