Shades of Pale Turquoise #AAECE5
Tints of Pale Turquoise #AAECE5
RGB
CMYK
RGB Variations
Color information
#AAECE5 (or 0xAAECE5) is known color: Pale Turquoise. HEX triplet: AA, EC and E5. RGB value is (170,236,229). Sum of RGB (Red+Green+Blue) = 170+236+229=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECE5 is #55131A. Grayscale: #D7D7D7. Windows color (decimal): -5575451 or 15068330. OLE color: 15068330.
HSL color Cylindrical-coordinate representation of color #AAECE5: hue angle of 173.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 #AAECE5 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 229 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.07 |
| HSL | 173.64º | 0.63% | 0.8% | - |
| HSV(B) | 173.64º | 0.28% | 0.93% | - |
| XYZ | 60.72 | 74.19 | 85.25 | - |
| YUV | 215.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 229 | 0.28 | 0 | 0.03 | 0.07 | 173.64 | 0.63 | 0.8 |
| Hex | AA | EC | E5 | 1C | 0 | 3 | 7 | AE | 3F | 50 |
| Octal | 252 | 354 | 345 | 34 | 0 | 3 | 7 | 256 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11100101 | 11100 | 0 | 11 | 111 | 10101110 | 111111 | 1010000 |
Color Harmonies of #AAECE5
Complementary color
Monochromatic Colors of #AAECE5
Black with #AAECE5
Text Example
Text Example
White with #AAECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECE5; }
p { color: rgb(170,236,229); }
H1.HeaderClassName
{
color: #AAECE5;
}
.AnyTagClassName
{
color: #AAECE5;
}
</style>
background-color css
<style>
a { background-color: #AAECE5; }
a { background-color: rgb(170,236,229); }
div.DivClassName
{
background-color: #AAECE5;
}
.BgClassName
{
background-color: #AAECE5;
}
</style>
border-color css
<style>
span { border-color: #AAECE5; }
span { border-color: rgb(170,236,229); }
td.TdClassName
{
border-color: #AAECE5;
}
.TagClassName
{
border-color: #AAECE5;
}
</style>