Shades of Pale Turquoise #AAF2F1
Tints of Pale Turquoise #AAF2F1
RGB
CMYK
RGB Variations
Color information
#AAF2F1 (or 0xAAF2F1) is known color: Pale Turquoise. HEX triplet: AA, F2 and F1. RGB value is (170,242,241). Sum of RGB (Red+Green+Blue) = 170+242+241=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2F1 is #550D0E. Grayscale: #DCDCDC. Windows color (decimal): -5573903 or 15856298. OLE color: 15856298.
HSL color Cylindrical-coordinate representation of color #AAF2F1: hue angle of 179.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 #AAF2F1 is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 241 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.05 |
| HSL | 179.17º | 0.73% | 0.81% | - |
| HSV(B) | 179.17º | 0.3% | 0.95% | - |
| XYZ | 64.21 | 78.4 | 94.97 | - |
| YUV | 220.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 241 | 0.30 | 0 | 0.00 | 0.05 | 179.17 | 0.73 | 0.81 |
| Hex | AA | F2 | F1 | 1E | 0 | 0 | 5 | B3 | 49 | 51 |
| Octal | 252 | 362 | 361 | 36 | 0 | 0 | 5 | 263 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11110001 | 11110 | 0 | 0 | 101 | 10110011 | 1001001 | 1010001 |
Color Harmonies of #AAF2F1
Complementary color
Monochromatic Colors of #AAF2F1
Black with #AAF2F1
Text Example
Text Example
White with #AAF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2F1; }
p { color: rgb(170,242,241); }
H1.HeaderClassName
{
color: #AAF2F1;
}
.AnyTagClassName
{
color: #AAF2F1;
}
</style>
background-color css
<style>
a { background-color: #AAF2F1; }
a { background-color: rgb(170,242,241); }
div.DivClassName
{
background-color: #AAF2F1;
}
.BgClassName
{
background-color: #AAF2F1;
}
</style>
border-color css
<style>
span { border-color: #AAF2F1; }
span { border-color: rgb(170,242,241); }
td.TdClassName
{
border-color: #AAF2F1;
}
.TagClassName
{
border-color: #AAF2F1;
}
</style>