Shades of Turquoise #20F0BF
Tints of Turquoise #20F0BF
RGB
CMYK
RGB Variations
Color information
#20F0BF (or 0x20F0BF) is known color: Turquoise. HEX triplet: 20, F0 and BF. RGB value is (32,240,191). Sum of RGB (Red+Green+Blue) = 32+240+191=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #20F0BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F0BF is #DF0F40. Grayscale: #ACACAC. Windows color (decimal): -14618433 or 12578848. OLE color: 12578848.
HSL color Cylindrical-coordinate representation of color #20F0BF: hue angle of 165.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F0BF is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 191 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.06 |
| HSL | 165.87º | 0.87% | 0.53% | - |
| HSV(B) | 165.87º | 0.87% | 0.94% | - |
| XYZ | 41.16 | 66.39 | 59.94 | - |
| YUV | 172.22 | 138.59 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 191 | 0.87 | 0 | 0.20 | 0.06 | 165.87 | 0.87 | 0.53 |
| Hex | 20 | F0 | BF | 57 | 0 | 14 | 6 | A6 | 57 | 35 |
| Octal | 40 | 360 | 277 | 127 | 0 | 24 | 6 | 246 | 127 | 65 |
| Binary | 100000 | 11110000 | 10111111 | 1010111 | 0 | 10100 | 110 | 10100110 | 1010111 | 110101 |
Color Harmonies of #20F0BF
Complementary color
Monochromatic Colors of #20F0BF
Black with #20F0BF
Text Example
Text Example
White with #20F0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F0BF; }
p { color: rgb(32,240,191); }
H1.HeaderClassName
{
color: #20F0BF;
}
.AnyTagClassName
{
color: #20F0BF;
}
</style>
background-color css
<style>
a { background-color: #20F0BF; }
a { background-color: rgb(32,240,191); }
div.DivClassName
{
background-color: #20F0BF;
}
.BgClassName
{
background-color: #20F0BF;
}
</style>
border-color css
<style>
span { border-color: #20F0BF; }
span { border-color: rgb(32,240,191); }
td.TdClassName
{
border-color: #20F0BF;
}
.TagClassName
{
border-color: #20F0BF;
}
</style>