Shades of Pale Turquoise #A0F2EC
Tints of Pale Turquoise #A0F2EC
RGB
CMYK
RGB Variations
Color information
#A0F2EC (or 0xA0F2EC) is known color: Pale Turquoise. HEX triplet: A0, F2 and EC. RGB value is (160,242,236). Sum of RGB (Red+Green+Blue) = 160+242+236=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F2EC is #5F0D13. Grayscale: #D8D8D8. Windows color (decimal): -6229268 or 15528608. OLE color: 15528608.
HSL color Cylindrical-coordinate representation of color #A0F2EC: hue angle of 175.61º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2EC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 236 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.05 |
| HSL | 175.61º | 0.76% | 0.79% | - |
| HSV(B) | 175.61º | 0.34% | 0.95% | - |
| XYZ | 61.39 | 77.03 | 90.99 | - |
| YUV | 216.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 236 | 0.34 | 0 | 0.02 | 0.05 | 175.61 | 0.76 | 0.79 |
| Hex | A0 | F2 | EC | 22 | 0 | 2 | 5 | B0 | 4C | 4F |
| Octal | 240 | 362 | 354 | 42 | 0 | 2 | 5 | 260 | 114 | 117 |
| Binary | 10100000 | 11110010 | 11101100 | 100010 | 0 | 10 | 101 | 10110000 | 1001100 | 1001111 |
Color Harmonies of #A0F2EC
Complementary color
Monochromatic Colors of #A0F2EC
Black with #A0F2EC
Text Example
Text Example
White with #A0F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2EC; }
p { color: rgb(160,242,236); }
H1.HeaderClassName
{
color: #A0F2EC;
}
.AnyTagClassName
{
color: #A0F2EC;
}
</style>
background-color css
<style>
a { background-color: #A0F2EC; }
a { background-color: rgb(160,242,236); }
div.DivClassName
{
background-color: #A0F2EC;
}
.BgClassName
{
background-color: #A0F2EC;
}
</style>
border-color css
<style>
span { border-color: #A0F2EC; }
span { border-color: rgb(160,242,236); }
td.TdClassName
{
border-color: #A0F2EC;
}
.TagClassName
{
border-color: #A0F2EC;
}
</style>