Shades of Pale Turquoise #A0FFF9
Tints of Pale Turquoise #A0FFF9
RGB
CMYK
RGB Variations
Color information
#A0FFF9 (or 0xA0FFF9) is known color: Pale Turquoise. HEX triplet: A0, FF and F9. RGB value is (160,255,249). Sum of RGB (Red+Green+Blue) = 160+255+249=664 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.10% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFF9 is #5F0006. Grayscale: #E1E1E1. Windows color (decimal): -6225927 or 16383904. OLE color: 16383904.
HSL color Cylindrical-coordinate representation of color #A0FFF9: hue angle of 176.21º 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 #A0FFF9 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 249 | - |
| CMYK | 0.37 | 0 | 0.02 | 0 |
| HSL | 176.21º | 1% | 0.81% | - |
| HSV(B) | 176.21º | 0.37% | 1% | - |
| XYZ | 67.36 | 85.83 | 102.64 | - |
| YUV | 225.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 249 | 0.37 | 0 | 0.02 | 0 | 176.21 | 1 | 0.81 |
| Hex | A0 | FF | F9 | 25 | 0 | 2 | 0 | B0 | 64 | 51 |
| Octal | 240 | 377 | 371 | 45 | 0 | 2 | 0 | 260 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11111001 | 100101 | 0 | 10 | 0 | 10110000 | 1100100 | 1010001 |
Color Harmonies of #A0FFF9
Complementary color
Monochromatic Colors of #A0FFF9
Black with #A0FFF9
Text Example
Text Example
White with #A0FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFF9; }
p { color: rgb(160,255,249); }
H1.HeaderClassName
{
color: #A0FFF9;
}
.AnyTagClassName
{
color: #A0FFF9;
}
</style>
background-color css
<style>
a { background-color: #A0FFF9; }
a { background-color: rgb(160,255,249); }
div.DivClassName
{
background-color: #A0FFF9;
}
.BgClassName
{
background-color: #A0FFF9;
}
</style>
border-color css
<style>
span { border-color: #A0FFF9; }
span { border-color: rgb(160,255,249); }
td.TdClassName
{
border-color: #A0FFF9;
}
.TagClassName
{
border-color: #A0FFF9;
}
</style>