Shades of Pale Turquoise #AAE9EC
Tints of Pale Turquoise #AAE9EC
RGB
CMYK
RGB Variations
Color information
#AAE9EC (or 0xAAE9EC) is known color: Pale Turquoise. HEX triplet: AA, E9 and EC. RGB value is (170,233,236). Sum of RGB (Red+Green+Blue) = 170+233+236=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9EC is #551613. Grayscale: #D6D6D6. Windows color (decimal): -5576212 or 15526314. OLE color: 15526314.
HSL color Cylindrical-coordinate representation of color #AAE9EC: hue angle of 182.73º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAE9EC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 233 | 236 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.07 |
| HSL | 182.73º | 0.63% | 0.8% | - |
| HSV(B) | 182.73º | 0.28% | 0.93% | - |
| XYZ | 60.86 | 72.88 | 90.22 | - |
| YUV | 214.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 236 | 0.28 | 0.01 | 0 | 0.07 | 182.73 | 0.63 | 0.8 |
| Hex | AA | E9 | EC | 1C | 1 | 0 | 7 | B7 | 3F | 50 |
| Octal | 252 | 351 | 354 | 34 | 1 | 0 | 7 | 267 | 77 | 120 |
| Binary | 10101010 | 11101001 | 11101100 | 11100 | 1 | 0 | 111 | 10110111 | 111111 | 1010000 |
Color Harmonies of #AAE9EC
Complementary color
Monochromatic Colors of #AAE9EC
Black with #AAE9EC
Text Example
Text Example
White with #AAE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9EC; }
p { color: rgb(170,233,236); }
H1.HeaderClassName
{
color: #AAE9EC;
}
.AnyTagClassName
{
color: #AAE9EC;
}
</style>
background-color css
<style>
a { background-color: #AAE9EC; }
a { background-color: rgb(170,233,236); }
div.DivClassName
{
background-color: #AAE9EC;
}
.BgClassName
{
background-color: #AAE9EC;
}
</style>
border-color css
<style>
span { border-color: #AAE9EC; }
span { border-color: rgb(170,233,236); }
td.TdClassName
{
border-color: #AAE9EC;
}
.TagClassName
{
border-color: #AAE9EC;
}
</style>