Shades of Bright Turquoise #20F6C8
Tints of Bright Turquoise #20F6C8
RGB
CMYK
RGB Variations
Color information
#20F6C8 (or 0x20F6C8) is known color: Bright Turquoise. HEX triplet: 20, F6 and C8. RGB value is (32,246,200). Sum of RGB (Red+Green+Blue) = 32+246+200=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #20F6C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F6C8 is #DF0937. Grayscale: #B0B0B0. Windows color (decimal): -14616888 or 13170208. OLE color: 13170208.
HSL color Cylindrical-coordinate representation of color #20F6C8: hue angle of 167.1º 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 #20F6C8 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 200 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.04 |
| HSL | 167.1º | 0.92% | 0.55% | - |
| HSV(B) | 167.1º | 0.87% | 0.96% | - |
| XYZ | 43.98 | 70.39 | 65.91 | - |
| YUV | 176.77 | 141.1 | 24.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 200 | 0.87 | 0 | 0.19 | 0.04 | 167.1 | 0.92 | 0.55 |
| Hex | 20 | F6 | C8 | 57 | 0 | 13 | 4 | A7 | 5C | 37 |
| Octal | 40 | 366 | 310 | 127 | 0 | 23 | 4 | 247 | 134 | 67 |
| Binary | 100000 | 11110110 | 11001000 | 1010111 | 0 | 10011 | 100 | 10100111 | 1011100 | 110111 |
Color Harmonies of #20F6C8
Complementary color
Monochromatic Colors of #20F6C8
Black with #20F6C8
Text Example
Text Example
White with #20F6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F6C8; }
p { color: rgb(32,246,200); }
H1.HeaderClassName
{
color: #20F6C8;
}
.AnyTagClassName
{
color: #20F6C8;
}
</style>
background-color css
<style>
a { background-color: #20F6C8; }
a { background-color: rgb(32,246,200); }
div.DivClassName
{
background-color: #20F6C8;
}
.BgClassName
{
background-color: #20F6C8;
}
</style>
border-color css
<style>
span { border-color: #20F6C8; }
span { border-color: rgb(32,246,200); }
td.TdClassName
{
border-color: #20F6C8;
}
.TagClassName
{
border-color: #20F6C8;
}
</style>