Shades of Pale Turquoise #A0FEE8
Tints of Pale Turquoise #A0FEE8
RGB
CMYK
RGB Variations
Color information
#A0FEE8 (or 0xA0FEE8) is known color: Pale Turquoise. HEX triplet: A0, FE and E8. RGB value is (160,254,232). Sum of RGB (Red+Green+Blue) = 160+254+232=646 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.77% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEE8 is #5F0117. Grayscale: #DFDFDF. Windows color (decimal): -6226200 or 15269536. OLE color: 15269536.
HSL color Cylindrical-coordinate representation of color #A0FEE8: hue angle of 165.96º 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 #A0FEE8 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 232 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.00 |
| HSL | 165.96º | 0.98% | 0.81% | - |
| HSV(B) | 165.96º | 0.37% | 1% | - |
| XYZ | 64.5 | 84.18 | 89.19 | - |
| YUV | 223.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 232 | 0.37 | 0 | 0.09 | 0.00 | 165.96 | 0.98 | 0.81 |
| Hex | A0 | FE | E8 | 25 | 0 | 9 | 0 | A6 | 62 | 51 |
| Octal | 240 | 376 | 350 | 45 | 0 | 11 | 0 | 246 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11101000 | 100101 | 0 | 1001 | 0 | 10100110 | 1100010 | 1010001 |
Color Harmonies of #A0FEE8
Complementary color
Monochromatic Colors of #A0FEE8
Black with #A0FEE8
Text Example
Text Example
White with #A0FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEE8; }
p { color: rgb(160,254,232); }
H1.HeaderClassName
{
color: #A0FEE8;
}
.AnyTagClassName
{
color: #A0FEE8;
}
</style>
background-color css
<style>
a { background-color: #A0FEE8; }
a { background-color: rgb(160,254,232); }
div.DivClassName
{
background-color: #A0FEE8;
}
.BgClassName
{
background-color: #A0FEE8;
}
</style>
border-color css
<style>
span { border-color: #A0FEE8; }
span { border-color: rgb(160,254,232); }
td.TdClassName
{
border-color: #A0FEE8;
}
.TagClassName
{
border-color: #A0FEE8;
}
</style>