Shades of Pale Turquoise #A0F1EC
Tints of Pale Turquoise #A0F1EC
RGB
CMYK
RGB Variations
Color information
#A0F1EC (or 0xA0F1EC) is known color: Pale Turquoise. HEX triplet: A0, F1 and EC. RGB value is (160,241,236). Sum of RGB (Red+Green+Blue) = 160+241+236=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F1EC is #5F0E13. Grayscale: #D8D8D8. Windows color (decimal): -6229524 or 15528352. OLE color: 15528352.
HSL color Cylindrical-coordinate representation of color #A0F1EC: hue angle of 176.3º degrees, saturation: 0.74, 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 #A0F1EC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 236 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.05 |
| HSL | 176.3º | 0.74% | 0.79% | - |
| HSV(B) | 176.3º | 0.34% | 0.95% | - |
| XYZ | 61.09 | 76.44 | 90.89 | - |
| YUV | 216.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 236 | 0.34 | 0 | 0.02 | 0.05 | 176.3 | 0.74 | 0.79 |
| Hex | A0 | F1 | EC | 22 | 0 | 2 | 5 | B0 | 4A | 4F |
| Octal | 240 | 361 | 354 | 42 | 0 | 2 | 5 | 260 | 112 | 117 |
| Binary | 10100000 | 11110001 | 11101100 | 100010 | 0 | 10 | 101 | 10110000 | 1001010 | 1001111 |
Color Harmonies of #A0F1EC
Complementary color
Monochromatic Colors of #A0F1EC
Black with #A0F1EC
Text Example
Text Example
White with #A0F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1EC; }
p { color: rgb(160,241,236); }
H1.HeaderClassName
{
color: #A0F1EC;
}
.AnyTagClassName
{
color: #A0F1EC;
}
</style>
background-color css
<style>
a { background-color: #A0F1EC; }
a { background-color: rgb(160,241,236); }
div.DivClassName
{
background-color: #A0F1EC;
}
.BgClassName
{
background-color: #A0F1EC;
}
</style>
border-color css
<style>
span { border-color: #A0F1EC; }
span { border-color: rgb(160,241,236); }
td.TdClassName
{
border-color: #A0F1EC;
}
.TagClassName
{
border-color: #A0F1EC;
}
</style>