Shades of Pale Turquoise #A2F2EC
Tints of Pale Turquoise #A2F2EC
RGB
CMYK
RGB Variations
Color information
#A2F2EC (or 0xA2F2EC) is known color: Pale Turquoise. HEX triplet: A2, F2 and EC. RGB value is (162,242,236). Sum of RGB (Red+Green+Blue) = 162+242+236=640 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.31% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2EC is #5D0D13. Grayscale: #D9D9D9. Windows color (decimal): -6098196 or 15528610. OLE color: 15528610.
HSL color Cylindrical-coordinate representation of color #A2F2EC: hue angle of 175.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2EC is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 236 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.05 |
| HSL | 175.5º | 0.75% | 0.79% | - |
| HSV(B) | 175.5º | 0.33% | 0.95% | - |
| XYZ | 61.79 | 77.24 | 91.01 | - |
| YUV | 217.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 236 | 0.33 | 0 | 0.02 | 0.05 | 175.5 | 0.75 | 0.79 |
| Hex | A2 | F2 | EC | 21 | 0 | 2 | 5 | B0 | 4B | 4F |
| Octal | 242 | 362 | 354 | 41 | 0 | 2 | 5 | 260 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11101100 | 100001 | 0 | 10 | 101 | 10110000 | 1001011 | 1001111 |
Color Harmonies of #A2F2EC
Complementary color
Monochromatic Colors of #A2F2EC
Black with #A2F2EC
Text Example
Text Example
White with #A2F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2EC; }
p { color: rgb(162,242,236); }
H1.HeaderClassName
{
color: #A2F2EC;
}
.AnyTagClassName
{
color: #A2F2EC;
}
</style>
background-color css
<style>
a { background-color: #A2F2EC; }
a { background-color: rgb(162,242,236); }
div.DivClassName
{
background-color: #A2F2EC;
}
.BgClassName
{
background-color: #A2F2EC;
}
</style>
border-color css
<style>
span { border-color: #A2F2EC; }
span { border-color: rgb(162,242,236); }
td.TdClassName
{
border-color: #A2F2EC;
}
.TagClassName
{
border-color: #A2F2EC;
}
</style>