Shades of Turquoise #20F6BC
Tints of Turquoise #20F6BC
RGB
CMYK
RGB Variations
Color information
#20F6BC (or 0x20F6BC) is known color: Turquoise. HEX triplet: 20, F6 and BC. RGB value is (32,246,188). Sum of RGB (Red+Green+Blue) = 32+246+188=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #20F6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F6BC is #DF0943. Grayscale: #AFAFAF. Windows color (decimal): -14616900 or 12383776. OLE color: 12383776.
HSL color Cylindrical-coordinate representation of color #20F6BC: hue angle of 163.74º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F6BC is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 188 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.04 |
| HSL | 163.74º | 0.92% | 0.55% | - |
| HSV(B) | 163.74º | 0.87% | 0.96% | - |
| XYZ | 42.63 | 69.85 | 58.81 | - |
| YUV | 175.4 | 135.1 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 188 | 0.87 | 0 | 0.24 | 0.04 | 163.74 | 0.92 | 0.55 |
| Hex | 20 | F6 | BC | 57 | 0 | 18 | 4 | A4 | 5C | 37 |
| Octal | 40 | 366 | 274 | 127 | 0 | 30 | 4 | 244 | 134 | 67 |
| Binary | 100000 | 11110110 | 10111100 | 1010111 | 0 | 11000 | 100 | 10100100 | 1011100 | 110111 |
Color Harmonies of #20F6BC
Complementary color
Monochromatic Colors of #20F6BC
Black with #20F6BC
Text Example
Text Example
White with #20F6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F6BC; }
p { color: rgb(32,246,188); }
H1.HeaderClassName
{
color: #20F6BC;
}
.AnyTagClassName
{
color: #20F6BC;
}
</style>
background-color css
<style>
a { background-color: #20F6BC; }
a { background-color: rgb(32,246,188); }
div.DivClassName
{
background-color: #20F6BC;
}
.BgClassName
{
background-color: #20F6BC;
}
</style>
border-color css
<style>
span { border-color: #20F6BC; }
span { border-color: rgb(32,246,188); }
td.TdClassName
{
border-color: #20F6BC;
}
.TagClassName
{
border-color: #20F6BC;
}
</style>