Shades of Pale Turquoise #A0FEFD
Tints of Pale Turquoise #A0FEFD
RGB
CMYK
RGB Variations
Color information
#A0FEFD (or 0xA0FEFD) is known color: Pale Turquoise. HEX triplet: A0, FE and FD. RGB value is (160,254,253). Sum of RGB (Red+Green+Blue) = 160+254+253=667 (88% of max value = 765). Red value is 160 (62.89% from 255 or 23.99% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEFD is #5F0102. Grayscale: #E1E1E1. Windows color (decimal): -6226179 or 16645792. OLE color: 16645792.
HSL color Cylindrical-coordinate representation of color #A0FEFD: hue angle of 179.36º 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 #A0FEFD is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 253 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.00 |
| HSL | 179.36º | 0.98% | 0.81% | - |
| HSV(B) | 179.36º | 0.37% | 1% | - |
| XYZ | 67.67 | 85.45 | 105.86 | - |
| YUV | 225.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 253 | 0.37 | 0 | 0.00 | 0.00 | 179.36 | 0.98 | 0.81 |
| Hex | A0 | FE | FD | 25 | 0 | 0 | 0 | B3 | 62 | 51 |
| Octal | 240 | 376 | 375 | 45 | 0 | 0 | 0 | 263 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11111101 | 100101 | 0 | 0 | 0 | 10110011 | 1100010 | 1010001 |
Color Harmonies of #A0FEFD
Complementary color
Monochromatic Colors of #A0FEFD
Black with #A0FEFD
Text Example
Text Example
White with #A0FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEFD; }
p { color: rgb(160,254,253); }
H1.HeaderClassName
{
color: #A0FEFD;
}
.AnyTagClassName
{
color: #A0FEFD;
}
</style>
background-color css
<style>
a { background-color: #A0FEFD; }
a { background-color: rgb(160,254,253); }
div.DivClassName
{
background-color: #A0FEFD;
}
.BgClassName
{
background-color: #A0FEFD;
}
</style>
border-color css
<style>
span { border-color: #A0FEFD; }
span { border-color: rgb(160,254,253); }
td.TdClassName
{
border-color: #A0FEFD;
}
.TagClassName
{
border-color: #A0FEFD;
}
</style>