Shades of Pale Turquoise #A0FFF7
Tints of Pale Turquoise #A0FFF7
RGB
CMYK
RGB Variations
Color information
#A0FFF7 (or 0xA0FFF7) is known color: Pale Turquoise. HEX triplet: A0, FF and F7. RGB value is (160,255,247). Sum of RGB (Red+Green+Blue) = 160+255+247=662 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.17% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFF7 is #5F0008. Grayscale: #E1E1E1. Windows color (decimal): -6225929 or 16252832. OLE color: 16252832.
HSL color Cylindrical-coordinate representation of color #A0FFF7: hue angle of 174.95º 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 #A0FFF7 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 247 | - |
| CMYK | 0.37 | 0 | 0.03 | 0 |
| HSL | 174.95º | 1% | 0.81% | - |
| HSV(B) | 174.95º | 0.37% | 1% | - |
| XYZ | 67.05 | 85.71 | 101.01 | - |
| YUV | 225.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 247 | 0.37 | 0 | 0.03 | 0 | 174.95 | 1 | 0.81 |
| Hex | A0 | FF | F7 | 25 | 0 | 3 | 0 | AF | 64 | 51 |
| Octal | 240 | 377 | 367 | 45 | 0 | 3 | 0 | 257 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11110111 | 100101 | 0 | 11 | 0 | 10101111 | 1100100 | 1010001 |
Color Harmonies of #A0FFF7
Complementary color
Monochromatic Colors of #A0FFF7
Black with #A0FFF7
Text Example
Text Example
White with #A0FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFF7; }
p { color: rgb(160,255,247); }
H1.HeaderClassName
{
color: #A0FFF7;
}
.AnyTagClassName
{
color: #A0FFF7;
}
</style>
background-color css
<style>
a { background-color: #A0FFF7; }
a { background-color: rgb(160,255,247); }
div.DivClassName
{
background-color: #A0FFF7;
}
.BgClassName
{
background-color: #A0FFF7;
}
</style>
border-color css
<style>
span { border-color: #A0FFF7; }
span { border-color: rgb(160,255,247); }
td.TdClassName
{
border-color: #A0FFF7;
}
.TagClassName
{
border-color: #A0FFF7;
}
</style>