Shades of Pale Turquoise #A0FBF0
Tints of Pale Turquoise #A0FBF0
RGB
CMYK
RGB Variations
Color information
#A0FBF0 (or 0xA0FBF0) is known color: Pale Turquoise. HEX triplet: A0, FB and F0. RGB value is (160,251,240). Sum of RGB (Red+Green+Blue) = 160+251+240=651 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.58% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBF0 is #5F040F. Grayscale: #DEDEDE. Windows color (decimal): -6226960 or 15793056. OLE color: 15793056.
HSL color Cylindrical-coordinate representation of color #A0FBF0: hue angle of 172.75º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBF0 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 240 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.02 |
| HSL | 172.75º | 0.92% | 0.81% | - |
| HSV(B) | 172.75º | 0.36% | 0.98% | - |
| XYZ | 64.72 | 82.76 | 95 | - |
| YUV | 222.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 240 | 0.36 | 0 | 0.04 | 0.02 | 172.75 | 0.92 | 0.81 |
| Hex | A0 | FB | F0 | 24 | 0 | 4 | 2 | AD | 5C | 51 |
| Octal | 240 | 373 | 360 | 44 | 0 | 4 | 2 | 255 | 134 | 121 |
| Binary | 10100000 | 11111011 | 11110000 | 100100 | 0 | 100 | 10 | 10101101 | 1011100 | 1010001 |
Color Harmonies of #A0FBF0
Complementary color
Monochromatic Colors of #A0FBF0
Black with #A0FBF0
Text Example
Text Example
White with #A0FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FBF0; }
p { color: rgb(160,251,240); }
H1.HeaderClassName
{
color: #A0FBF0;
}
.AnyTagClassName
{
color: #A0FBF0;
}
</style>
background-color css
<style>
a { background-color: #A0FBF0; }
a { background-color: rgb(160,251,240); }
div.DivClassName
{
background-color: #A0FBF0;
}
.BgClassName
{
background-color: #A0FBF0;
}
</style>
border-color css
<style>
span { border-color: #A0FBF0; }
span { border-color: rgb(160,251,240); }
td.TdClassName
{
border-color: #A0FBF0;
}
.TagClassName
{
border-color: #A0FBF0;
}
</style>