Shades of Pale Turquoise #A0FFFA
Tints of Pale Turquoise #A0FFFA
RGB
CMYK
RGB Variations
Color information
#A0FFFA (or 0xA0FFFA) is known color: Pale Turquoise. HEX triplet: A0, FF and FA. RGB value is (160,255,250). Sum of RGB (Red+Green+Blue) = 160+255+250=665 (88% of max value = 765). Red value is 160 (62.89% from 255 or 24.06% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFFA is #5F0005. Grayscale: #E1E1E1. Windows color (decimal): -6225926 or 16449440. OLE color: 16449440.
HSL color Cylindrical-coordinate representation of color #A0FFFA: hue angle of 176.84º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFFA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 250 | - |
| CMYK | 0.37 | 0 | 0.02 | 0 |
| HSL | 176.84º | 1% | 0.81% | - |
| HSV(B) | 176.84º | 0.37% | 1% | - |
| XYZ | 67.51 | 85.9 | 103.46 | - |
| YUV | 226.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 250 | 0.37 | 0 | 0.02 | 0 | 176.84 | 1 | 0.81 |
| Hex | A0 | FF | FA | 25 | 0 | 2 | 0 | B1 | 64 | 51 |
| Octal | 240 | 377 | 372 | 45 | 0 | 2 | 0 | 261 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11111010 | 100101 | 0 | 10 | 0 | 10110001 | 1100100 | 1010001 |
Color Harmonies of #A0FFFA
Complementary color
Monochromatic Colors of #A0FFFA
Black with #A0FFFA
Text Example
Text Example
White with #A0FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFFA; }
p { color: rgb(160,255,250); }
H1.HeaderClassName
{
color: #A0FFFA;
}
.AnyTagClassName
{
color: #A0FFFA;
}
</style>
background-color css
<style>
a { background-color: #A0FFFA; }
a { background-color: rgb(160,255,250); }
div.DivClassName
{
background-color: #A0FFFA;
}
.BgClassName
{
background-color: #A0FFFA;
}
</style>
border-color css
<style>
span { border-color: #A0FFFA; }
span { border-color: rgb(160,255,250); }
td.TdClassName
{
border-color: #A0FFFA;
}
.TagClassName
{
border-color: #A0FFFA;
}
</style>