Shades of Pale Turquoise #AAF2EB
Tints of Pale Turquoise #AAF2EB
RGB
CMYK
RGB Variations
Color information
#AAF2EB (or 0xAAF2EB) is known color: Pale Turquoise. HEX triplet: AA, F2 and EB. RGB value is (170,242,235). Sum of RGB (Red+Green+Blue) = 170+242+235=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2EB is #550D14. Grayscale: #DBDBDB. Windows color (decimal): -5573909 or 15463082. OLE color: 15463082.
HSL color Cylindrical-coordinate representation of color #AAF2EB: hue angle of 174.17º 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 #AAF2EB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 235 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.05 |
| HSL | 174.17º | 0.73% | 0.81% | - |
| HSV(B) | 174.17º | 0.3% | 0.95% | - |
| XYZ | 63.33 | 78.05 | 90.32 | - |
| YUV | 219.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 235 | 0.30 | 0 | 0.03 | 0.05 | 174.17 | 0.73 | 0.81 |
| Hex | AA | F2 | EB | 1E | 0 | 3 | 5 | AE | 49 | 51 |
| Octal | 252 | 362 | 353 | 36 | 0 | 3 | 5 | 256 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11101011 | 11110 | 0 | 11 | 101 | 10101110 | 1001001 | 1010001 |
Color Harmonies of #AAF2EB
Complementary color
Monochromatic Colors of #AAF2EB
Black with #AAF2EB
Text Example
Text Example
White with #AAF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2EB; }
p { color: rgb(170,242,235); }
H1.HeaderClassName
{
color: #AAF2EB;
}
.AnyTagClassName
{
color: #AAF2EB;
}
</style>
background-color css
<style>
a { background-color: #AAF2EB; }
a { background-color: rgb(170,242,235); }
div.DivClassName
{
background-color: #AAF2EB;
}
.BgClassName
{
background-color: #AAF2EB;
}
</style>
border-color css
<style>
span { border-color: #AAF2EB; }
span { border-color: rgb(170,242,235); }
td.TdClassName
{
border-color: #AAF2EB;
}
.TagClassName
{
border-color: #AAF2EB;
}
</style>