Shades of Pale Turquoise #AAE7E9
Tints of Pale Turquoise #AAE7E9
RGB
CMYK
RGB Variations
Color information
#AAE7E9 (or 0xAAE7E9) is known color: Pale Turquoise. HEX triplet: AA, E7 and E9. RGB value is (170,231,233). Sum of RGB (Red+Green+Blue) = 170+231+233=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAE7E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7E9 is #551816. Grayscale: #D4D4D4. Windows color (decimal): -5576727 or 15329194. OLE color: 15329194.
HSL color Cylindrical-coordinate representation of color #AAE7E9: hue angle of 181.9º 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 #AAE7E9 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 233 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.09 |
| HSL | 181.9º | 0.59% | 0.79% | - |
| HSV(B) | 181.9º | 0.27% | 0.91% | - |
| XYZ | 59.86 | 71.58 | 87.75 | - |
| YUV | 212.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 233 | 0.27 | 0.01 | 0 | 0.09 | 181.9 | 0.59 | 0.79 |
| Hex | AA | E7 | E9 | 1B | 1 | 0 | 9 | B6 | 3B | 4F |
| Octal | 252 | 347 | 351 | 33 | 1 | 0 | 11 | 266 | 73 | 117 |
| Binary | 10101010 | 11100111 | 11101001 | 11011 | 1 | 0 | 1001 | 10110110 | 111011 | 1001111 |
Color Harmonies of #AAE7E9
Complementary color
Monochromatic Colors of #AAE7E9
Black with #AAE7E9
Text Example
Text Example
White with #AAE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7E9; }
p { color: rgb(170,231,233); }
H1.HeaderClassName
{
color: #AAE7E9;
}
.AnyTagClassName
{
color: #AAE7E9;
}
</style>
background-color css
<style>
a { background-color: #AAE7E9; }
a { background-color: rgb(170,231,233); }
div.DivClassName
{
background-color: #AAE7E9;
}
.BgClassName
{
background-color: #AAE7E9;
}
</style>
border-color css
<style>
span { border-color: #AAE7E9; }
span { border-color: rgb(170,231,233); }
td.TdClassName
{
border-color: #AAE7E9;
}
.TagClassName
{
border-color: #AAE7E9;
}
</style>