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