Shades of Pale Turquoise #A0FFE9
Tints of Pale Turquoise #A0FFE9
RGB
CMYK
RGB Variations
Color information
#A0FFE9 (or 0xA0FFE9) is known color: Pale Turquoise. HEX triplet: A0, FF and E9. RGB value is (160,255,233). Sum of RGB (Red+Green+Blue) = 160+255+233=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFE9 is #5F0016. Grayscale: #E0E0E0. Windows color (decimal): -6225943 or 15335328. OLE color: 15335328.
HSL color Cylindrical-coordinate representation of color #A0FFE9: hue angle of 166.11º 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 #A0FFE9 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 233 | - |
| CMYK | 0.37 | 0 | 0.09 | 0 |
| HSL | 166.11º | 1% | 0.81% | - |
| HSV(B) | 166.11º | 0.37% | 1% | - |
| XYZ | 64.97 | 84.88 | 90.05 | - |
| YUV | 224.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 233 | 0.37 | 0 | 0.09 | 0 | 166.11 | 1 | 0.81 |
| Hex | A0 | FF | E9 | 25 | 0 | 9 | 0 | A6 | 64 | 51 |
| Octal | 240 | 377 | 351 | 45 | 0 | 11 | 0 | 246 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11101001 | 100101 | 0 | 1001 | 0 | 10100110 | 1100100 | 1010001 |
Color Harmonies of #A0FFE9
Complementary color
Monochromatic Colors of #A0FFE9
Black with #A0FFE9
Text Example
Text Example
White with #A0FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFE9; }
p { color: rgb(160,255,233); }
H1.HeaderClassName
{
color: #A0FFE9;
}
.AnyTagClassName
{
color: #A0FFE9;
}
</style>
background-color css
<style>
a { background-color: #A0FFE9; }
a { background-color: rgb(160,255,233); }
div.DivClassName
{
background-color: #A0FFE9;
}
.BgClassName
{
background-color: #A0FFE9;
}
</style>
border-color css
<style>
span { border-color: #A0FFE9; }
span { border-color: rgb(160,255,233); }
td.TdClassName
{
border-color: #A0FFE9;
}
.TagClassName
{
border-color: #A0FFE9;
}
</style>