Shades of Pale Turquoise #AAEFE5
Tints of Pale Turquoise #AAEFE5
RGB
CMYK
RGB Variations
Color information
#AAEFE5 (or 0xAAEFE5) is known color: Pale Turquoise. HEX triplet: AA, EF and E5. RGB value is (170,239,229). Sum of RGB (Red+Green+Blue) = 170+239+229=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFE5 is #55101A. Grayscale: #D9D9D9. Windows color (decimal): -5574683 or 15069098. OLE color: 15069098.
HSL color Cylindrical-coordinate representation of color #AAEFE5: hue angle of 171.3º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFE5 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 229 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.06 |
| HSL | 171.3º | 0.68% | 0.8% | - |
| HSV(B) | 171.3º | 0.29% | 0.94% | - |
| XYZ | 61.59 | 75.94 | 85.54 | - |
| YUV | 217.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 229 | 0.29 | 0 | 0.04 | 0.06 | 171.3 | 0.68 | 0.8 |
| Hex | AA | EF | E5 | 1D | 0 | 4 | 6 | AB | 44 | 50 |
| Octal | 252 | 357 | 345 | 35 | 0 | 4 | 6 | 253 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11100101 | 11101 | 0 | 100 | 110 | 10101011 | 1000100 | 1010000 |
Color Harmonies of #AAEFE5
Complementary color
Monochromatic Colors of #AAEFE5
Black with #AAEFE5
Text Example
Text Example
White with #AAEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFE5; }
p { color: rgb(170,239,229); }
H1.HeaderClassName
{
color: #AAEFE5;
}
.AnyTagClassName
{
color: #AAEFE5;
}
</style>
background-color css
<style>
a { background-color: #AAEFE5; }
a { background-color: rgb(170,239,229); }
div.DivClassName
{
background-color: #AAEFE5;
}
.BgClassName
{
background-color: #AAEFE5;
}
</style>
border-color css
<style>
span { border-color: #AAEFE5; }
span { border-color: rgb(170,239,229); }
td.TdClassName
{
border-color: #AAEFE5;
}
.TagClassName
{
border-color: #AAEFE5;
}
</style>