Shades of Pale Turquoise #A0F3F0
Tints of Pale Turquoise #A0F3F0
RGB
CMYK
RGB Variations
Color information
#A0F3F0 (or 0xA0F3F0) is known color: Pale Turquoise. HEX triplet: A0, F3 and F0. RGB value is (160,243,240). Sum of RGB (Red+Green+Blue) = 160+243+240=643 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.88% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F3F0 is #5F0C0F. Grayscale: #D9D9D9. Windows color (decimal): -6229008 or 15791008. OLE color: 15791008.
HSL color Cylindrical-coordinate representation of color #A0F3F0: hue angle of 177.83º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3F0 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 240 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.05 |
| HSL | 177.83º | 0.78% | 0.79% | - |
| HSV(B) | 177.83º | 0.34% | 0.95% | - |
| XYZ | 62.28 | 77.87 | 94.19 | - |
| YUV | 217.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 240 | 0.34 | 0 | 0.01 | 0.05 | 177.83 | 0.78 | 0.79 |
| Hex | A0 | F3 | F0 | 22 | 0 | 1 | 5 | B2 | 4E | 4F |
| Octal | 240 | 363 | 360 | 42 | 0 | 1 | 5 | 262 | 116 | 117 |
| Binary | 10100000 | 11110011 | 11110000 | 100010 | 0 | 1 | 101 | 10110010 | 1001110 | 1001111 |
Color Harmonies of #A0F3F0
Complementary color
Monochromatic Colors of #A0F3F0
Black with #A0F3F0
Text Example
Text Example
White with #A0F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3F0; }
p { color: rgb(160,243,240); }
H1.HeaderClassName
{
color: #A0F3F0;
}
.AnyTagClassName
{
color: #A0F3F0;
}
</style>
background-color css
<style>
a { background-color: #A0F3F0; }
a { background-color: rgb(160,243,240); }
div.DivClassName
{
background-color: #A0F3F0;
}
.BgClassName
{
background-color: #A0F3F0;
}
</style>
border-color css
<style>
span { border-color: #A0F3F0; }
span { border-color: rgb(160,243,240); }
td.TdClassName
{
border-color: #A0F3F0;
}
.TagClassName
{
border-color: #A0F3F0;
}
</style>