Shades of Pale Turquoise #AAECED
Tints of Pale Turquoise #AAECED
RGB
CMYK
RGB Variations
Color information
#AAECED (or 0xAAECED) is known color: Pale Turquoise. HEX triplet: AA, EC and ED. RGB value is (170,236,237). Sum of RGB (Red+Green+Blue) = 170+236+237=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECED is #551312. Grayscale: #D8D8D8. Windows color (decimal): -5575443 or 15592618. OLE color: 15592618.
HSL color Cylindrical-coordinate representation of color #AAECED: hue angle of 180.9º degrees, saturation: 0.65, 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 #AAECED is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 237 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.07 |
| HSL | 180.9º | 0.65% | 0.8% | - |
| HSV(B) | 180.9º | 0.28% | 0.93% | - |
| XYZ | 61.86 | 74.65 | 91.27 | - |
| YUV | 216.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 237 | 0.28 | 0.00 | 0 | 0.07 | 180.9 | 0.65 | 0.8 |
| Hex | AA | EC | ED | 1C | 0 | 0 | 7 | B5 | 41 | 50 |
| Octal | 252 | 354 | 355 | 34 | 0 | 0 | 7 | 265 | 101 | 120 |
| Binary | 10101010 | 11101100 | 11101101 | 11100 | 0 | 0 | 111 | 10110101 | 1000001 | 1010000 |
Color Harmonies of #AAECED
Complementary color
Monochromatic Colors of #AAECED
Black with #AAECED
Text Example
Text Example
White with #AAECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECED; }
p { color: rgb(170,236,237); }
H1.HeaderClassName
{
color: #AAECED;
}
.AnyTagClassName
{
color: #AAECED;
}
</style>
background-color css
<style>
a { background-color: #AAECED; }
a { background-color: rgb(170,236,237); }
div.DivClassName
{
background-color: #AAECED;
}
.BgClassName
{
background-color: #AAECED;
}
</style>
border-color css
<style>
span { border-color: #AAECED; }
span { border-color: rgb(170,236,237); }
td.TdClassName
{
border-color: #AAECED;
}
.TagClassName
{
border-color: #AAECED;
}
</style>