Shades of Pale Turquoise #A0F7E7
Tints of Pale Turquoise #A0F7E7
RGB
CMYK
RGB Variations
Color information
#A0F7E7 (or 0xA0F7E7) is known color: Pale Turquoise. HEX triplet: A0, F7 and E7. RGB value is (160,247,231). Sum of RGB (Red+Green+Blue) = 160+247+231=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F7E7 is #5F0818. Grayscale: #DBDBDB. Windows color (decimal): -6227993 or 15202208. OLE color: 15202208.
HSL color Cylindrical-coordinate representation of color #A0F7E7: hue angle of 168.97º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F7E7 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 231 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.03 |
| HSL | 168.97º | 0.84% | 0.8% | - |
| HSV(B) | 168.97º | 0.35% | 0.97% | - |
| XYZ | 62.18 | 79.76 | 87.72 | - |
| YUV | 219.16 | 134.68 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 231 | 0.35 | 0 | 0.06 | 0.03 | 168.97 | 0.84 | 0.8 |
| Hex | A0 | F7 | E7 | 23 | 0 | 6 | 3 | A9 | 54 | 50 |
| Octal | 240 | 367 | 347 | 43 | 0 | 6 | 3 | 251 | 124 | 120 |
| Binary | 10100000 | 11110111 | 11100111 | 100011 | 0 | 110 | 11 | 10101001 | 1010100 | 1010000 |
Color Harmonies of #A0F7E7
Complementary color
Monochromatic Colors of #A0F7E7
Black with #A0F7E7
Text Example
Text Example
White with #A0F7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F7E7; }
p { color: rgb(160,247,231); }
H1.HeaderClassName
{
color: #A0F7E7;
}
.AnyTagClassName
{
color: #A0F7E7;
}
</style>
background-color css
<style>
a { background-color: #A0F7E7; }
a { background-color: rgb(160,247,231); }
div.DivClassName
{
background-color: #A0F7E7;
}
.BgClassName
{
background-color: #A0F7E7;
}
</style>
border-color css
<style>
span { border-color: #A0F7E7; }
span { border-color: rgb(160,247,231); }
td.TdClassName
{
border-color: #A0F7E7;
}
.TagClassName
{
border-color: #A0F7E7;
}
</style>