Shades of Pale Turquoise #AAEAE5
Tints of Pale Turquoise #AAEAE5
RGB
CMYK
RGB Variations
Color information
#AAEAE5 (or 0xAAEAE5) is known color: Pale Turquoise. HEX triplet: AA, EA and E5. RGB value is (170,234,229). Sum of RGB (Red+Green+Blue) = 170+234+229=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAE5 is #55151A. Grayscale: #D6D6D6. Windows color (decimal): -5575963 or 15067818. OLE color: 15067818.
HSL color Cylindrical-coordinate representation of color #AAEAE5: hue angle of 175.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAE5 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 229 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.08 |
| HSL | 175.31º | 0.6% | 0.79% | - |
| HSV(B) | 175.31º | 0.27% | 0.92% | - |
| XYZ | 60.14 | 73.05 | 85.06 | - |
| YUV | 214.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 229 | 0.27 | 0 | 0.02 | 0.08 | 175.31 | 0.6 | 0.79 |
| Hex | AA | EA | E5 | 1B | 0 | 2 | 8 | AF | 3C | 4F |
| Octal | 252 | 352 | 345 | 33 | 0 | 2 | 10 | 257 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11100101 | 11011 | 0 | 10 | 1000 | 10101111 | 111100 | 1001111 |
Color Harmonies of #AAEAE5
Complementary color
Monochromatic Colors of #AAEAE5
Black with #AAEAE5
Text Example
Text Example
White with #AAEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAE5; }
p { color: rgb(170,234,229); }
H1.HeaderClassName
{
color: #AAEAE5;
}
.AnyTagClassName
{
color: #AAEAE5;
}
</style>
background-color css
<style>
a { background-color: #AAEAE5; }
a { background-color: rgb(170,234,229); }
div.DivClassName
{
background-color: #AAEAE5;
}
.BgClassName
{
background-color: #AAEAE5;
}
</style>
border-color css
<style>
span { border-color: #AAEAE5; }
span { border-color: rgb(170,234,229); }
td.TdClassName
{
border-color: #AAEAE5;
}
.TagClassName
{
border-color: #AAEAE5;
}
</style>