Shades of Pale Turquoise #AAEEF1
Tints of Pale Turquoise #AAEEF1
RGB
CMYK
RGB Variations
Color information
#AAEEF1 (or 0xAAEEF1) is known color: Pale Turquoise. HEX triplet: AA, EE and F1. RGB value is (170,238,241). Sum of RGB (Red+Green+Blue) = 170+238+241=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEF1 is #55110E. Grayscale: #D9D9D9. Windows color (decimal): -5574927 or 15855274. OLE color: 15855274.
HSL color Cylindrical-coordinate representation of color #AAEEF1: hue angle of 182.54º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEF1 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 238 | 241 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.05 |
| HSL | 182.54º | 0.72% | 0.81% | - |
| HSV(B) | 182.54º | 0.29% | 0.95% | - |
| XYZ | 63.03 | 76.05 | 94.58 | - |
| YUV | 218.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 241 | 0.29 | 0.01 | 0 | 0.05 | 182.54 | 0.72 | 0.81 |
| Hex | AA | EE | F1 | 1D | 1 | 0 | 5 | B7 | 48 | 51 |
| Octal | 252 | 356 | 361 | 35 | 1 | 0 | 5 | 267 | 110 | 121 |
| Binary | 10101010 | 11101110 | 11110001 | 11101 | 1 | 0 | 101 | 10110111 | 1001000 | 1010001 |
Color Harmonies of #AAEEF1
Complementary color
Monochromatic Colors of #AAEEF1
Black with #AAEEF1
Text Example
Text Example
White with #AAEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEF1; }
p { color: rgb(170,238,241); }
H1.HeaderClassName
{
color: #AAEEF1;
}
.AnyTagClassName
{
color: #AAEEF1;
}
</style>
background-color css
<style>
a { background-color: #AAEEF1; }
a { background-color: rgb(170,238,241); }
div.DivClassName
{
background-color: #AAEEF1;
}
.BgClassName
{
background-color: #AAEEF1;
}
</style>
border-color css
<style>
span { border-color: #AAEEF1; }
span { border-color: rgb(170,238,241); }
td.TdClassName
{
border-color: #AAEEF1;
}
.TagClassName
{
border-color: #AAEEF1;
}
</style>