Shades of Pale Turquoise #AAF2E7
Tints of Pale Turquoise #AAF2E7
RGB
CMYK
RGB Variations
Color information
#AAF2E7 (or 0xAAF2E7) is known color: Pale Turquoise. HEX triplet: AA, F2 and E7. RGB value is (170,242,231). Sum of RGB (Red+Green+Blue) = 170+242+231=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2E7 is #550D18. Grayscale: #DBDBDB. Windows color (decimal): -5573913 or 15200938. OLE color: 15200938.
HSL color Cylindrical-coordinate representation of color #AAF2E7: hue angle of 170.83º 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 #AAF2E7 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 231 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.05 |
| HSL | 170.83º | 0.73% | 0.81% | - |
| HSV(B) | 170.83º | 0.3% | 0.95% | - |
| XYZ | 62.75 | 77.82 | 87.31 | - |
| YUV | 219.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 231 | 0.30 | 0 | 0.05 | 0.05 | 170.83 | 0.73 | 0.81 |
| Hex | AA | F2 | E7 | 1E | 0 | 5 | 5 | AB | 49 | 51 |
| Octal | 252 | 362 | 347 | 36 | 0 | 5 | 5 | 253 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11100111 | 11110 | 0 | 101 | 101 | 10101011 | 1001001 | 1010001 |
Color Harmonies of #AAF2E7
Complementary color
Monochromatic Colors of #AAF2E7
Black with #AAF2E7
Text Example
Text Example
White with #AAF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2E7; }
p { color: rgb(170,242,231); }
H1.HeaderClassName
{
color: #AAF2E7;
}
.AnyTagClassName
{
color: #AAF2E7;
}
</style>
background-color css
<style>
a { background-color: #AAF2E7; }
a { background-color: rgb(170,242,231); }
div.DivClassName
{
background-color: #AAF2E7;
}
.BgClassName
{
background-color: #AAF2E7;
}
</style>
border-color css
<style>
span { border-color: #AAF2E7; }
span { border-color: rgb(170,242,231); }
td.TdClassName
{
border-color: #AAF2E7;
}
.TagClassName
{
border-color: #AAF2E7;
}
</style>