Shades of Pale Turquoise #A0F0E7
Tints of Pale Turquoise #A0F0E7
RGB
CMYK
RGB Variations
Color information
#A0F0E7 (or 0xA0F0E7) is known color: Pale Turquoise. HEX triplet: A0, F0 and E7. RGB value is (160,240,231). Sum of RGB (Red+Green+Blue) = 160+240+231=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F0E7 is #5F0F18. Grayscale: #D7D7D7. Windows color (decimal): -6229785 or 15200416. OLE color: 15200416.
HSL color Cylindrical-coordinate representation of color #A0F0E7: hue angle of 173.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0E7 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 231 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.06 |
| HSL | 173.25º | 0.73% | 0.78% | - |
| HSV(B) | 173.25º | 0.33% | 0.94% | - |
| XYZ | 60.08 | 75.56 | 87.02 | - |
| YUV | 215.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 231 | 0.33 | 0 | 0.04 | 0.06 | 173.25 | 0.73 | 0.78 |
| Hex | A0 | F0 | E7 | 21 | 0 | 4 | 6 | AD | 49 | 4E |
| Octal | 240 | 360 | 347 | 41 | 0 | 4 | 6 | 255 | 111 | 116 |
| Binary | 10100000 | 11110000 | 11100111 | 100001 | 0 | 100 | 110 | 10101101 | 1001001 | 1001110 |
Color Harmonies of #A0F0E7
Complementary color
Monochromatic Colors of #A0F0E7
Black with #A0F0E7
Text Example
Text Example
White with #A0F0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0E7; }
p { color: rgb(160,240,231); }
H1.HeaderClassName
{
color: #A0F0E7;
}
.AnyTagClassName
{
color: #A0F0E7;
}
</style>
background-color css
<style>
a { background-color: #A0F0E7; }
a { background-color: rgb(160,240,231); }
div.DivClassName
{
background-color: #A0F0E7;
}
.BgClassName
{
background-color: #A0F0E7;
}
</style>
border-color css
<style>
span { border-color: #A0F0E7; }
span { border-color: rgb(160,240,231); }
td.TdClassName
{
border-color: #A0F0E7;
}
.TagClassName
{
border-color: #A0F0E7;
}
</style>