Shades of Pale Turquoise #AAECE6
Tints of Pale Turquoise #AAECE6
RGB
CMYK
RGB Variations
Color information
#AAECE6 (or 0xAAECE6) is known color: Pale Turquoise. HEX triplet: AA, EC and E6. RGB value is (170,236,230). Sum of RGB (Red+Green+Blue) = 170+236+230=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECE6 is #551319. Grayscale: #D7D7D7. Windows color (decimal): -5575450 or 15133866. OLE color: 15133866.
HSL color Cylindrical-coordinate representation of color #AAECE6: hue angle of 174.55º 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 #AAECE6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 230 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.07 |
| HSL | 174.55º | 0.63% | 0.8% | - |
| HSV(B) | 174.55º | 0.28% | 0.93% | - |
| XYZ | 60.86 | 74.25 | 85.99 | - |
| YUV | 215.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 230 | 0.28 | 0 | 0.03 | 0.07 | 174.55 | 0.63 | 0.8 |
| Hex | AA | EC | E6 | 1C | 0 | 3 | 7 | AF | 3F | 50 |
| Octal | 252 | 354 | 346 | 34 | 0 | 3 | 7 | 257 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11100110 | 11100 | 0 | 11 | 111 | 10101111 | 111111 | 1010000 |
Color Harmonies of #AAECE6
Complementary color
Monochromatic Colors of #AAECE6
Black with #AAECE6
Text Example
Text Example
White with #AAECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECE6; }
p { color: rgb(170,236,230); }
H1.HeaderClassName
{
color: #AAECE6;
}
.AnyTagClassName
{
color: #AAECE6;
}
</style>
background-color css
<style>
a { background-color: #AAECE6; }
a { background-color: rgb(170,236,230); }
div.DivClassName
{
background-color: #AAECE6;
}
.BgClassName
{
background-color: #AAECE6;
}
</style>
border-color css
<style>
span { border-color: #AAECE6; }
span { border-color: rgb(170,236,230); }
td.TdClassName
{
border-color: #AAECE6;
}
.TagClassName
{
border-color: #AAECE6;
}
</style>