Shades of Pale Turquoise #A0FEFE
Tints of Pale Turquoise #A0FEFE
RGB
CMYK
RGB Variations
Color information
#A0FEFE (or 0xA0FEFE) is known color: Pale Turquoise. HEX triplet: A0, FE and FE. RGB value is (160,254,254). Sum of RGB (Red+Green+Blue) = 160+254+254=668 (88% of max value = 765). Red value is 160 (62.89% from 255 or 23.95% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A0FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEFE is #5F0101. Grayscale: #E1E1E1. Windows color (decimal): -6226178 or 16711328. OLE color: 16711328.
HSL color Cylindrical-coordinate representation of color #A0FEFE: hue angle of 180º 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 #A0FEFE is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 254 | - |
| CMYK | 0.37 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.81% | - |
| HSV(B) | 180º | 0.37% | 1% | - |
| XYZ | 67.83 | 85.51 | 106.7 | - |
| YUV | 225.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 254 | 0.37 | 0 | 0 | 0.00 | 180 | 0.98 | 0.81 |
| Hex | A0 | FE | FE | 25 | 0 | 0 | 0 | B4 | 62 | 51 |
| Octal | 240 | 376 | 376 | 45 | 0 | 0 | 0 | 264 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11111110 | 100101 | 0 | 0 | 0 | 10110100 | 1100010 | 1010001 |
Color Harmonies of #A0FEFE
Complementary color
Monochromatic Colors of #A0FEFE
Black with #A0FEFE
Text Example
Text Example
White with #A0FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEFE; }
p { color: rgb(160,254,254); }
H1.HeaderClassName
{
color: #A0FEFE;
}
.AnyTagClassName
{
color: #A0FEFE;
}
</style>
background-color css
<style>
a { background-color: #A0FEFE; }
a { background-color: rgb(160,254,254); }
div.DivClassName
{
background-color: #A0FEFE;
}
.BgClassName
{
background-color: #A0FEFE;
}
</style>
border-color css
<style>
span { border-color: #A0FEFE; }
span { border-color: rgb(160,254,254); }
td.TdClassName
{
border-color: #A0FEFE;
}
.TagClassName
{
border-color: #A0FEFE;
}
</style>