Shades of Pale Turquoise #A0F7EC
Tints of Pale Turquoise #A0F7EC
RGB
CMYK
RGB Variations
Color information
#A0F7EC (or 0xA0F7EC) is known color: Pale Turquoise. HEX triplet: A0, F7 and EC. RGB value is (160,247,236). Sum of RGB (Red+Green+Blue) = 160+247+236=643 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.88% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F7EC is #5F0813. Grayscale: #DBDBDB. Windows color (decimal): -6227988 or 15529888. OLE color: 15529888.
HSL color Cylindrical-coordinate representation of color #A0F7EC: hue angle of 172.41º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F7EC is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 236 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.03 |
| HSL | 172.41º | 0.84% | 0.8% | - |
| HSV(B) | 172.41º | 0.35% | 0.97% | - |
| XYZ | 62.9 | 80.05 | 91.49 | - |
| YUV | 219.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 236 | 0.35 | 0 | 0.04 | 0.03 | 172.41 | 0.84 | 0.8 |
| Hex | A0 | F7 | EC | 23 | 0 | 4 | 3 | AC | 54 | 50 |
| Octal | 240 | 367 | 354 | 43 | 0 | 4 | 3 | 254 | 124 | 120 |
| Binary | 10100000 | 11110111 | 11101100 | 100011 | 0 | 100 | 11 | 10101100 | 1010100 | 1010000 |
Color Harmonies of #A0F7EC
Complementary color
Monochromatic Colors of #A0F7EC
Black with #A0F7EC
Text Example
Text Example
White with #A0F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F7EC; }
p { color: rgb(160,247,236); }
H1.HeaderClassName
{
color: #A0F7EC;
}
.AnyTagClassName
{
color: #A0F7EC;
}
</style>
background-color css
<style>
a { background-color: #A0F7EC; }
a { background-color: rgb(160,247,236); }
div.DivClassName
{
background-color: #A0F7EC;
}
.BgClassName
{
background-color: #A0F7EC;
}
</style>
border-color css
<style>
span { border-color: #A0F7EC; }
span { border-color: rgb(160,247,236); }
td.TdClassName
{
border-color: #A0F7EC;
}
.TagClassName
{
border-color: #A0F7EC;
}
</style>