Shades of Pale Turquoise #A0FEFC
Tints of Pale Turquoise #A0FEFC
RGB
CMYK
RGB Variations
Color information
#A0FEFC (or 0xA0FEFC) is known color: Pale Turquoise. HEX triplet: A0, FE and FC. RGB value is (160,254,252). Sum of RGB (Red+Green+Blue) = 160+254+252=666 (88% of max value = 765). Red value is 160 (62.89% from 255 or 24.02% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEFC is #5F0103. Grayscale: #E1E1E1. Windows color (decimal): -6226180 or 16580256. OLE color: 16580256.
HSL color Cylindrical-coordinate representation of color #A0FEFC: hue angle of 178.72º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEFC is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 252 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.00 |
| HSL | 178.72º | 0.98% | 0.81% | - |
| HSV(B) | 178.72º | 0.37% | 1% | - |
| XYZ | 67.51 | 85.39 | 105.02 | - |
| YUV | 225.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 252 | 0.37 | 0 | 0.01 | 0.00 | 178.72 | 0.98 | 0.81 |
| Hex | A0 | FE | FC | 25 | 0 | 1 | 0 | B3 | 62 | 51 |
| Octal | 240 | 376 | 374 | 45 | 0 | 1 | 0 | 263 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11111100 | 100101 | 0 | 1 | 0 | 10110011 | 1100010 | 1010001 |
Color Harmonies of #A0FEFC
Complementary color
Monochromatic Colors of #A0FEFC
Black with #A0FEFC
Text Example
Text Example
White with #A0FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEFC; }
p { color: rgb(160,254,252); }
H1.HeaderClassName
{
color: #A0FEFC;
}
.AnyTagClassName
{
color: #A0FEFC;
}
</style>
background-color css
<style>
a { background-color: #A0FEFC; }
a { background-color: rgb(160,254,252); }
div.DivClassName
{
background-color: #A0FEFC;
}
.BgClassName
{
background-color: #A0FEFC;
}
</style>
border-color css
<style>
span { border-color: #A0FEFC; }
span { border-color: rgb(160,254,252); }
td.TdClassName
{
border-color: #A0FEFC;
}
.TagClassName
{
border-color: #A0FEFC;
}
</style>