Shades of Pale Turquoise #AAEEEA
Tints of Pale Turquoise #AAEEEA
RGB
CMYK
RGB Variations
Color information
#AAEEEA (or 0xAAEEEA) is known color: Pale Turquoise. HEX triplet: AA, EE and EA. RGB value is (170,238,234). Sum of RGB (Red+Green+Blue) = 170+238+234=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEEA is #551115. Grayscale: #D9D9D9. Windows color (decimal): -5574934 or 15396522. OLE color: 15396522.
HSL color Cylindrical-coordinate representation of color #AAEEEA: hue angle of 176.47º 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 #AAEEEA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 234 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.07 |
| HSL | 176.47º | 0.67% | 0.8% | - |
| HSV(B) | 176.47º | 0.29% | 0.93% | - |
| XYZ | 62 | 75.64 | 89.17 | - |
| YUV | 217.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 234 | 0.29 | 0 | 0.02 | 0.07 | 176.47 | 0.67 | 0.8 |
| Hex | AA | EE | EA | 1D | 0 | 2 | 7 | B0 | 43 | 50 |
| Octal | 252 | 356 | 352 | 35 | 0 | 2 | 7 | 260 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11101010 | 11101 | 0 | 10 | 111 | 10110000 | 1000011 | 1010000 |
Color Harmonies of #AAEEEA
Complementary color
Monochromatic Colors of #AAEEEA
Black with #AAEEEA
Text Example
Text Example
White with #AAEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEEA; }
p { color: rgb(170,238,234); }
H1.HeaderClassName
{
color: #AAEEEA;
}
.AnyTagClassName
{
color: #AAEEEA;
}
</style>
background-color css
<style>
a { background-color: #AAEEEA; }
a { background-color: rgb(170,238,234); }
div.DivClassName
{
background-color: #AAEEEA;
}
.BgClassName
{
background-color: #AAEEEA;
}
</style>
border-color css
<style>
span { border-color: #AAEEEA; }
span { border-color: rgb(170,238,234); }
td.TdClassName
{
border-color: #AAEEEA;
}
.TagClassName
{
border-color: #AAEEEA;
}
</style>