Shades of Pale Turquoise #AAE9E8
Tints of Pale Turquoise #AAE9E8
RGB
CMYK
RGB Variations
Color information
#AAE9E8 (or 0xAAE9E8) is known color: Pale Turquoise. HEX triplet: AA, E9 and E8. RGB value is (170,233,232). Sum of RGB (Red+Green+Blue) = 170+233+232=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9E8 is #551617. Grayscale: #D5D5D5. Windows color (decimal): -5576216 or 15264170. OLE color: 15264170.
HSL color Cylindrical-coordinate representation of color #AAE9E8: hue angle of 179.05º 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 #AAE9E8 is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 232 | - |
| CMYK | 0.27 | 0 | 0.00 | 0.09 |
| HSL | 179.05º | 0.59% | 0.79% | - |
| HSV(B) | 179.05º | 0.27% | 0.91% | - |
| XYZ | 60.28 | 72.65 | 87.19 | - |
| YUV | 214.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 232 | 0.27 | 0 | 0.00 | 0.09 | 179.05 | 0.59 | 0.79 |
| Hex | AA | E9 | E8 | 1B | 0 | 0 | 9 | B3 | 3B | 4F |
| Octal | 252 | 351 | 350 | 33 | 0 | 0 | 11 | 263 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11101000 | 11011 | 0 | 0 | 1001 | 10110011 | 111011 | 1001111 |
Color Harmonies of #AAE9E8
Complementary color
Monochromatic Colors of #AAE9E8
Black with #AAE9E8
Text Example
Text Example
White with #AAE9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9E8; }
p { color: rgb(170,233,232); }
H1.HeaderClassName
{
color: #AAE9E8;
}
.AnyTagClassName
{
color: #AAE9E8;
}
</style>
background-color css
<style>
a { background-color: #AAE9E8; }
a { background-color: rgb(170,233,232); }
div.DivClassName
{
background-color: #AAE9E8;
}
.BgClassName
{
background-color: #AAE9E8;
}
</style>
border-color css
<style>
span { border-color: #AAE9E8; }
span { border-color: rgb(170,233,232); }
td.TdClassName
{
border-color: #AAE9E8;
}
.TagClassName
{
border-color: #AAE9E8;
}
</style>