Shades of Pale Turquoise #AAF2EE
Tints of Pale Turquoise #AAF2EE
RGB
CMYK
RGB Variations
Color information
#AAF2EE (or 0xAAF2EE) is known color: Pale Turquoise. HEX triplet: AA, F2 and EE. RGB value is (170,242,238). Sum of RGB (Red+Green+Blue) = 170+242+238=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2EE is #550D11. Grayscale: #DBDBDB. Windows color (decimal): -5573906 or 15659690. OLE color: 15659690.
HSL color Cylindrical-coordinate representation of color #AAF2EE: hue angle of 176.67º 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 #AAF2EE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 238 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.05 |
| HSL | 176.67º | 0.73% | 0.81% | - |
| HSV(B) | 176.67º | 0.3% | 0.95% | - |
| XYZ | 63.76 | 78.22 | 92.63 | - |
| YUV | 220.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 238 | 0.30 | 0 | 0.02 | 0.05 | 176.67 | 0.73 | 0.81 |
| Hex | AA | F2 | EE | 1E | 0 | 2 | 5 | B1 | 49 | 51 |
| Octal | 252 | 362 | 356 | 36 | 0 | 2 | 5 | 261 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11101110 | 11110 | 0 | 10 | 101 | 10110001 | 1001001 | 1010001 |
Color Harmonies of #AAF2EE
Complementary color
Monochromatic Colors of #AAF2EE
Black with #AAF2EE
Text Example
Text Example
White with #AAF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2EE; }
p { color: rgb(170,242,238); }
H1.HeaderClassName
{
color: #AAF2EE;
}
.AnyTagClassName
{
color: #AAF2EE;
}
</style>
background-color css
<style>
a { background-color: #AAF2EE; }
a { background-color: rgb(170,242,238); }
div.DivClassName
{
background-color: #AAF2EE;
}
.BgClassName
{
background-color: #AAF2EE;
}
</style>
border-color css
<style>
span { border-color: #AAF2EE; }
span { border-color: rgb(170,242,238); }
td.TdClassName
{
border-color: #AAF2EE;
}
.TagClassName
{
border-color: #AAF2EE;
}
</style>