Shades of Pale Turquoise #AAE5E1
Tints of Pale Turquoise #AAE5E1
RGB
CMYK
RGB Variations
Color information
#AAE5E1 (or 0xAAE5E1) is known color: Pale Turquoise. HEX triplet: AA, E5 and E1. RGB value is (170,229,225). Sum of RGB (Red+Green+Blue) = 170+229+225=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5E1 is #551A1E. Grayscale: #D2D2D2. Windows color (decimal): -5577247 or 14804394. OLE color: 14804394.
HSL color Cylindrical-coordinate representation of color #AAE5E1: hue angle of 175.93º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5E1 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 225 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.10 |
| HSL | 175.93º | 0.53% | 0.78% | - |
| HSV(B) | 175.93º | 0.26% | 0.9% | - |
| XYZ | 58.19 | 70.02 | 81.68 | - |
| YUV | 210.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 225 | 0.26 | 0 | 0.02 | 0.10 | 175.93 | 0.53 | 0.78 |
| Hex | AA | E5 | E1 | 1A | 0 | 2 | A | B0 | 35 | 4E |
| Octal | 252 | 345 | 341 | 32 | 0 | 2 | 12 | 260 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11100001 | 11010 | 0 | 10 | 1010 | 10110000 | 110101 | 1001110 |
Color Harmonies of #AAE5E1
Complementary color
Monochromatic Colors of #AAE5E1
Black with #AAE5E1
Text Example
Text Example
White with #AAE5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5E1; }
p { color: rgb(170,229,225); }
H1.HeaderClassName
{
color: #AAE5E1;
}
.AnyTagClassName
{
color: #AAE5E1;
}
</style>
background-color css
<style>
a { background-color: #AAE5E1; }
a { background-color: rgb(170,229,225); }
div.DivClassName
{
background-color: #AAE5E1;
}
.BgClassName
{
background-color: #AAE5E1;
}
</style>
border-color css
<style>
span { border-color: #AAE5E1; }
span { border-color: rgb(170,229,225); }
td.TdClassName
{
border-color: #AAE5E1;
}
.TagClassName
{
border-color: #AAE5E1;
}
</style>