Shades of Pale Turquoise #A2F7EC
Tints of Pale Turquoise #A2F7EC
RGB
CMYK
RGB Variations
Color information
#A2F7EC (or 0xA2F7EC) is known color: Pale Turquoise. HEX triplet: A2, F7 and EC. RGB value is (162,247,236). Sum of RGB (Red+Green+Blue) = 162+247+236=645 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.12% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F7EC is #5D0813. Grayscale: #DCDCDC. Windows color (decimal): -6096916 or 15529890. OLE color: 15529890.
HSL color Cylindrical-coordinate representation of color #A2F7EC: hue angle of 172.24º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F7EC is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 236 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.03 |
| HSL | 172.24º | 0.84% | 0.8% | - |
| HSV(B) | 172.24º | 0.34% | 0.97% | - |
| XYZ | 63.3 | 80.26 | 91.51 | - |
| YUV | 220.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 236 | 0.34 | 0 | 0.04 | 0.03 | 172.24 | 0.84 | 0.8 |
| Hex | A2 | F7 | EC | 22 | 0 | 4 | 3 | AC | 54 | 50 |
| Octal | 242 | 367 | 354 | 42 | 0 | 4 | 3 | 254 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11101100 | 100010 | 0 | 100 | 11 | 10101100 | 1010100 | 1010000 |
Color Harmonies of #A2F7EC
Complementary color
Monochromatic Colors of #A2F7EC
Black with #A2F7EC
Text Example
Text Example
White with #A2F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7EC; }
p { color: rgb(162,247,236); }
H1.HeaderClassName
{
color: #A2F7EC;
}
.AnyTagClassName
{
color: #A2F7EC;
}
</style>
background-color css
<style>
a { background-color: #A2F7EC; }
a { background-color: rgb(162,247,236); }
div.DivClassName
{
background-color: #A2F7EC;
}
.BgClassName
{
background-color: #A2F7EC;
}
</style>
border-color css
<style>
span { border-color: #A2F7EC; }
span { border-color: rgb(162,247,236); }
td.TdClassName
{
border-color: #A2F7EC;
}
.TagClassName
{
border-color: #A2F7EC;
}
</style>