Shades of Pale Turquoise #AAE8EC
Tints of Pale Turquoise #AAE8EC
RGB
CMYK
RGB Variations
Color information
#AAE8EC (or 0xAAE8EC) is known color: Pale Turquoise. HEX triplet: AA, E8 and EC. RGB value is (170,232,236). Sum of RGB (Red+Green+Blue) = 170+232+236=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8EC is #551713. Grayscale: #D5D5D5. Windows color (decimal): -5576468 or 15526058. OLE color: 15526058.
HSL color Cylindrical-coordinate representation of color #AAE8EC: hue angle of 183.64º 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 #AAE8EC is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 232 | 236 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.07 |
| HSL | 183.64º | 0.63% | 0.8% | - |
| HSV(B) | 183.64º | 0.28% | 0.93% | - |
| XYZ | 60.57 | 72.32 | 90.12 | - |
| YUV | 213.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 236 | 0.28 | 0.02 | 0 | 0.07 | 183.64 | 0.63 | 0.8 |
| Hex | AA | E8 | EC | 1C | 2 | 0 | 7 | B8 | 3F | 50 |
| Octal | 252 | 350 | 354 | 34 | 2 | 0 | 7 | 270 | 77 | 120 |
| Binary | 10101010 | 11101000 | 11101100 | 11100 | 10 | 0 | 111 | 10111000 | 111111 | 1010000 |
Color Harmonies of #AAE8EC
Complementary color
Monochromatic Colors of #AAE8EC
Black with #AAE8EC
Text Example
Text Example
White with #AAE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8EC; }
p { color: rgb(170,232,236); }
H1.HeaderClassName
{
color: #AAE8EC;
}
.AnyTagClassName
{
color: #AAE8EC;
}
</style>
background-color css
<style>
a { background-color: #AAE8EC; }
a { background-color: rgb(170,232,236); }
div.DivClassName
{
background-color: #AAE8EC;
}
.BgClassName
{
background-color: #AAE8EC;
}
</style>
border-color css
<style>
span { border-color: #AAE8EC; }
span { border-color: rgb(170,232,236); }
td.TdClassName
{
border-color: #AAE8EC;
}
.TagClassName
{
border-color: #AAE8EC;
}
</style>