Shades of Pale Turquoise #AAE9E4
Tints of Pale Turquoise #AAE9E4
RGB
CMYK
RGB Variations
Color information
#AAE9E4 (or 0xAAE9E4) is known color: Pale Turquoise. HEX triplet: AA, E9 and E4. RGB value is (170,233,228). Sum of RGB (Red+Green+Blue) = 170+233+228=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9E4 is #55161B. Grayscale: #D5D5D5. Windows color (decimal): -5576220 or 15002026. OLE color: 15002026.
HSL color Cylindrical-coordinate representation of color #AAE9E4: hue angle of 175.24º 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 #AAE9E4 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 228 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.09 |
| HSL | 175.24º | 0.59% | 0.79% | - |
| HSV(B) | 175.24º | 0.27% | 0.91% | - |
| XYZ | 59.72 | 72.43 | 84.23 | - |
| YUV | 213.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 228 | 0.27 | 0 | 0.02 | 0.09 | 175.24 | 0.59 | 0.79 |
| Hex | AA | E9 | E4 | 1B | 0 | 2 | 9 | AF | 3B | 4F |
| Octal | 252 | 351 | 344 | 33 | 0 | 2 | 11 | 257 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11100100 | 11011 | 0 | 10 | 1001 | 10101111 | 111011 | 1001111 |
Color Harmonies of #AAE9E4
Complementary color
Monochromatic Colors of #AAE9E4
Black with #AAE9E4
Text Example
Text Example
White with #AAE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9E4; }
p { color: rgb(170,233,228); }
H1.HeaderClassName
{
color: #AAE9E4;
}
.AnyTagClassName
{
color: #AAE9E4;
}
</style>
background-color css
<style>
a { background-color: #AAE9E4; }
a { background-color: rgb(170,233,228); }
div.DivClassName
{
background-color: #AAE9E4;
}
.BgClassName
{
background-color: #AAE9E4;
}
</style>
border-color css
<style>
span { border-color: #AAE9E4; }
span { border-color: rgb(170,233,228); }
td.TdClassName
{
border-color: #AAE9E4;
}
.TagClassName
{
border-color: #AAE9E4;
}
</style>