Shades of Pale Turquoise #A0F9F7
Tints of Pale Turquoise #A0F9F7
RGB
CMYK
RGB Variations
Color information
#A0F9F7 (or 0xA0F9F7) is known color: Pale Turquoise. HEX triplet: A0, F9 and F7. RGB value is (160,249,247). Sum of RGB (Red+Green+Blue) = 160+249+247=656 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.39% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F9F7 is #5F0608. Grayscale: #DEDEDE. Windows color (decimal): -6227465 or 16251296. OLE color: 16251296.
HSL color Cylindrical-coordinate representation of color #A0F9F7: hue angle of 178.65º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9F7 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 247 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.02 |
| HSL | 178.65º | 0.88% | 0.8% | - |
| HSV(B) | 178.65º | 0.36% | 0.98% | - |
| XYZ | 65.16 | 81.94 | 100.38 | - |
| YUV | 222.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 247 | 0.36 | 0 | 0.01 | 0.02 | 178.65 | 0.88 | 0.8 |
| Hex | A0 | F9 | F7 | 24 | 0 | 1 | 2 | B3 | 58 | 50 |
| Octal | 240 | 371 | 367 | 44 | 0 | 1 | 2 | 263 | 130 | 120 |
| Binary | 10100000 | 11111001 | 11110111 | 100100 | 0 | 1 | 10 | 10110011 | 1011000 | 1010000 |
Color Harmonies of #A0F9F7
Complementary color
Monochromatic Colors of #A0F9F7
Black with #A0F9F7
Text Example
Text Example
White with #A0F9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F9F7; }
p { color: rgb(160,249,247); }
H1.HeaderClassName
{
color: #A0F9F7;
}
.AnyTagClassName
{
color: #A0F9F7;
}
</style>
background-color css
<style>
a { background-color: #A0F9F7; }
a { background-color: rgb(160,249,247); }
div.DivClassName
{
background-color: #A0F9F7;
}
.BgClassName
{
background-color: #A0F9F7;
}
</style>
border-color css
<style>
span { border-color: #A0F9F7; }
span { border-color: rgb(160,249,247); }
td.TdClassName
{
border-color: #A0F9F7;
}
.TagClassName
{
border-color: #A0F9F7;
}
</style>