Shades of Pale Turquoise #AAEEF2
Tints of Pale Turquoise #AAEEF2
RGB
CMYK
RGB Variations
Color information
#AAEEF2 (or 0xAAEEF2) is known color: Pale Turquoise. HEX triplet: AA, EE and F2. RGB value is (170,238,242). Sum of RGB (Red+Green+Blue) = 170+238+242=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEF2 is #55110D. Grayscale: #DADADA. Windows color (decimal): -5574926 or 15920810. OLE color: 15920810.
HSL color Cylindrical-coordinate representation of color #AAEEF2: hue angle of 183.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEEF2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 238 | 242 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.05 |
| HSL | 183.33º | 0.73% | 0.81% | - |
| HSV(B) | 183.33º | 0.3% | 0.95% | - |
| XYZ | 63.18 | 76.11 | 95.36 | - |
| YUV | 218.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 242 | 0.30 | 0.02 | 0 | 0.05 | 183.33 | 0.73 | 0.81 |
| Hex | AA | EE | F2 | 1E | 2 | 0 | 5 | B7 | 49 | 51 |
| Octal | 252 | 356 | 362 | 36 | 2 | 0 | 5 | 267 | 111 | 121 |
| Binary | 10101010 | 11101110 | 11110010 | 11110 | 10 | 0 | 101 | 10110111 | 1001001 | 1010001 |
Color Harmonies of #AAEEF2
Complementary color
Monochromatic Colors of #AAEEF2
Black with #AAEEF2
Text Example
Text Example
White with #AAEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEF2; }
p { color: rgb(170,238,242); }
H1.HeaderClassName
{
color: #AAEEF2;
}
.AnyTagClassName
{
color: #AAEEF2;
}
</style>
background-color css
<style>
a { background-color: #AAEEF2; }
a { background-color: rgb(170,238,242); }
div.DivClassName
{
background-color: #AAEEF2;
}
.BgClassName
{
background-color: #AAEEF2;
}
</style>
border-color css
<style>
span { border-color: #AAEEF2; }
span { border-color: rgb(170,238,242); }
td.TdClassName
{
border-color: #AAEEF2;
}
.TagClassName
{
border-color: #AAEEF2;
}
</style>