Shades of Pale Turquoise #AAEEF4
Tints of Pale Turquoise #AAEEF4
RGB
CMYK
RGB Variations
Color information
#AAEEF4 (or 0xAAEEF4) is known color: Pale Turquoise. HEX triplet: AA, EE and F4. RGB value is (170,238,244). Sum of RGB (Red+Green+Blue) = 170+238+244=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAEEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEF4 is #55110B. Grayscale: #DADADA. Windows color (decimal): -5574924 or 16051882. OLE color: 16051882.
HSL color Cylindrical-coordinate representation of color #AAEEF4: hue angle of 184.86º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEEF4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 238 | 244 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.04 |
| HSL | 184.86º | 0.77% | 0.81% | - |
| HSV(B) | 184.86º | 0.3% | 0.96% | - |
| XYZ | 63.48 | 76.23 | 96.96 | - |
| YUV | 218.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 244 | 0.30 | 0.02 | 0 | 0.04 | 184.86 | 0.77 | 0.81 |
| Hex | AA | EE | F4 | 1E | 2 | 0 | 4 | B9 | 4D | 51 |
| Octal | 252 | 356 | 364 | 36 | 2 | 0 | 4 | 271 | 115 | 121 |
| Binary | 10101010 | 11101110 | 11110100 | 11110 | 10 | 0 | 100 | 10111001 | 1001101 | 1010001 |
Color Harmonies of #AAEEF4
Complementary color
Monochromatic Colors of #AAEEF4
Black with #AAEEF4
Text Example
Text Example
White with #AAEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEF4; }
p { color: rgb(170,238,244); }
H1.HeaderClassName
{
color: #AAEEF4;
}
.AnyTagClassName
{
color: #AAEEF4;
}
</style>
background-color css
<style>
a { background-color: #AAEEF4; }
a { background-color: rgb(170,238,244); }
div.DivClassName
{
background-color: #AAEEF4;
}
.BgClassName
{
background-color: #AAEEF4;
}
</style>
border-color css
<style>
span { border-color: #AAEEF4; }
span { border-color: rgb(170,238,244); }
td.TdClassName
{
border-color: #AAEEF4;
}
.TagClassName
{
border-color: #AAEEF4;
}
</style>