Shades of Pale Turquoise #AAF2F0
Tints of Pale Turquoise #AAF2F0
RGB
CMYK
RGB Variations
Color information
#AAF2F0 (or 0xAAF2F0) is known color: Pale Turquoise. HEX triplet: AA, F2 and F0. RGB value is (170,242,240). Sum of RGB (Red+Green+Blue) = 170+242+240=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2F0 is #550D0F. Grayscale: #DCDCDC. Windows color (decimal): -5573904 or 15790762. OLE color: 15790762.
HSL color Cylindrical-coordinate representation of color #AAF2F0: hue angle of 178.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 #AAF2F0 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 240 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.05 |
| HSL | 178.33º | 0.73% | 0.81% | - |
| HSV(B) | 178.33º | 0.3% | 0.95% | - |
| XYZ | 64.06 | 78.34 | 94.18 | - |
| YUV | 220.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 240 | 0.30 | 0 | 0.01 | 0.05 | 178.33 | 0.73 | 0.81 |
| Hex | AA | F2 | F0 | 1E | 0 | 1 | 5 | B2 | 49 | 51 |
| Octal | 252 | 362 | 360 | 36 | 0 | 1 | 5 | 262 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11110000 | 11110 | 0 | 1 | 101 | 10110010 | 1001001 | 1010001 |
Color Harmonies of #AAF2F0
Complementary color
Monochromatic Colors of #AAF2F0
Black with #AAF2F0
Text Example
Text Example
White with #AAF2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2F0; }
p { color: rgb(170,242,240); }
H1.HeaderClassName
{
color: #AAF2F0;
}
.AnyTagClassName
{
color: #AAF2F0;
}
</style>
background-color css
<style>
a { background-color: #AAF2F0; }
a { background-color: rgb(170,242,240); }
div.DivClassName
{
background-color: #AAF2F0;
}
.BgClassName
{
background-color: #AAF2F0;
}
</style>
border-color css
<style>
span { border-color: #AAF2F0; }
span { border-color: rgb(170,242,240); }
td.TdClassName
{
border-color: #AAF2F0;
}
.TagClassName
{
border-color: #AAF2F0;
}
</style>