Shades of Pale Turquoise #AAE9E2
Tints of Pale Turquoise #AAE9E2
RGB
CMYK
RGB Variations
Color information
#AAE9E2 (or 0xAAE9E2) is known color: Pale Turquoise. HEX triplet: AA, E9 and E2. RGB value is (170,233,226). Sum of RGB (Red+Green+Blue) = 170+233+226=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9E2 is #55161D. Grayscale: #D5D5D5. Windows color (decimal): -5576222 or 14870954. OLE color: 14870954.
HSL color Cylindrical-coordinate representation of color #AAE9E2: hue angle of 173.33º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9E2 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 226 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.09 |
| HSL | 173.33º | 0.59% | 0.79% | - |
| HSV(B) | 173.33º | 0.27% | 0.91% | - |
| XYZ | 59.44 | 72.31 | 82.78 | - |
| YUV | 213.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 226 | 0.27 | 0 | 0.03 | 0.09 | 173.33 | 0.59 | 0.79 |
| Hex | AA | E9 | E2 | 1B | 0 | 3 | 9 | AD | 3B | 4F |
| Octal | 252 | 351 | 342 | 33 | 0 | 3 | 11 | 255 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11100010 | 11011 | 0 | 11 | 1001 | 10101101 | 111011 | 1001111 |
Color Harmonies of #AAE9E2
Complementary color
Monochromatic Colors of #AAE9E2
Black with #AAE9E2
Text Example
Text Example
White with #AAE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9E2; }
p { color: rgb(170,233,226); }
H1.HeaderClassName
{
color: #AAE9E2;
}
.AnyTagClassName
{
color: #AAE9E2;
}
</style>
background-color css
<style>
a { background-color: #AAE9E2; }
a { background-color: rgb(170,233,226); }
div.DivClassName
{
background-color: #AAE9E2;
}
.BgClassName
{
background-color: #AAE9E2;
}
</style>
border-color css
<style>
span { border-color: #AAE9E2; }
span { border-color: rgb(170,233,226); }
td.TdClassName
{
border-color: #AAE9E2;
}
.TagClassName
{
border-color: #AAE9E2;
}
</style>