Shades of Pale Turquoise #A0FEED
Tints of Pale Turquoise #A0FEED
RGB
CMYK
RGB Variations
Color information
#A0FEED (or 0xA0FEED) is known color: Pale Turquoise. HEX triplet: A0, FE and ED. RGB value is (160,254,237). Sum of RGB (Red+Green+Blue) = 160+254+237=651 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.58% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEED is #5F0112. Grayscale: #DFDFDF. Windows color (decimal): -6226195 or 15597216. OLE color: 15597216.
HSL color Cylindrical-coordinate representation of color #A0FEED: hue angle of 169.15º 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 #A0FEED is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 237 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.00 |
| HSL | 169.15º | 0.98% | 0.81% | - |
| HSV(B) | 169.15º | 0.37% | 1% | - |
| XYZ | 65.23 | 84.47 | 92.99 | - |
| YUV | 223.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 237 | 0.37 | 0 | 0.07 | 0.00 | 169.15 | 0.98 | 0.81 |
| Hex | A0 | FE | ED | 25 | 0 | 7 | 0 | A9 | 62 | 51 |
| Octal | 240 | 376 | 355 | 45 | 0 | 7 | 0 | 251 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11101101 | 100101 | 0 | 111 | 0 | 10101001 | 1100010 | 1010001 |
Color Harmonies of #A0FEED
Complementary color
Monochromatic Colors of #A0FEED
Black with #A0FEED
Text Example
Text Example
White with #A0FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEED; }
p { color: rgb(160,254,237); }
H1.HeaderClassName
{
color: #A0FEED;
}
.AnyTagClassName
{
color: #A0FEED;
}
</style>
background-color css
<style>
a { background-color: #A0FEED; }
a { background-color: rgb(160,254,237); }
div.DivClassName
{
background-color: #A0FEED;
}
.BgClassName
{
background-color: #A0FEED;
}
</style>
border-color css
<style>
span { border-color: #A0FEED; }
span { border-color: rgb(160,254,237); }
td.TdClassName
{
border-color: #A0FEED;
}
.TagClassName
{
border-color: #A0FEED;
}
</style>