Shades of Pale Turquoise #AAEEEC
Tints of Pale Turquoise #AAEEEC
RGB
CMYK
RGB Variations
Color information
#AAEEEC (or 0xAAEEEC) is known color: Pale Turquoise. HEX triplet: AA, EE and EC. RGB value is (170,238,236). Sum of RGB (Red+Green+Blue) = 170+238+236=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEEC is #551113. Grayscale: #D9D9D9. Windows color (decimal): -5574932 or 15527594. OLE color: 15527594.
HSL color Cylindrical-coordinate representation of color #AAEEEC: hue angle of 178.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEEC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 236 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.07 |
| HSL | 178.24º | 0.67% | 0.8% | - |
| HSV(B) | 178.24º | 0.29% | 0.93% | - |
| XYZ | 62.29 | 75.75 | 90.7 | - |
| YUV | 217.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 236 | 0.29 | 0 | 0.01 | 0.07 | 178.24 | 0.67 | 0.8 |
| Hex | AA | EE | EC | 1D | 0 | 1 | 7 | B2 | 43 | 50 |
| Octal | 252 | 356 | 354 | 35 | 0 | 1 | 7 | 262 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11101100 | 11101 | 0 | 1 | 111 | 10110010 | 1000011 | 1010000 |
Color Harmonies of #AAEEEC
Complementary color
Monochromatic Colors of #AAEEEC
Black with #AAEEEC
Text Example
Text Example
White with #AAEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEEC; }
p { color: rgb(170,238,236); }
H1.HeaderClassName
{
color: #AAEEEC;
}
.AnyTagClassName
{
color: #AAEEEC;
}
</style>
background-color css
<style>
a { background-color: #AAEEEC; }
a { background-color: rgb(170,238,236); }
div.DivClassName
{
background-color: #AAEEEC;
}
.BgClassName
{
background-color: #AAEEEC;
}
</style>
border-color css
<style>
span { border-color: #AAEEEC; }
span { border-color: rgb(170,238,236); }
td.TdClassName
{
border-color: #AAEEEC;
}
.TagClassName
{
border-color: #AAEEEC;
}
</style>