Shades of Turquoise #20DCB8
Tints of Turquoise #20DCB8
RGB
CMYK
RGB Variations
Color information
#20DCB8 (or 0x20DCB8) is known color: Turquoise. HEX triplet: 20, DC and B8. RGB value is (32,220,184). Sum of RGB (Red+Green+Blue) = 32+220+184=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCB8 is #DF2347. Grayscale: #9F9F9F. Windows color (decimal): -14623560 or 12114976. OLE color: 12114976.
HSL color Cylindrical-coordinate representation of color #20DCB8: hue angle of 168.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DCB8 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 184 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.14 |
| HSL | 168.51º | 0.75% | 0.49% | - |
| HSV(B) | 168.51º | 0.85% | 0.86% | - |
| XYZ | 34.84 | 54.95 | 54.12 | - |
| YUV | 159.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 184 | 0.85 | 0 | 0.16 | 0.14 | 168.51 | 0.75 | 0.49 |
| Hex | 20 | DC | B8 | 55 | 0 | 10 | E | A9 | 4B | 31 |
| Octal | 40 | 334 | 270 | 125 | 0 | 20 | 16 | 251 | 113 | 61 |
| Binary | 100000 | 11011100 | 10111000 | 1010101 | 0 | 10000 | 1110 | 10101001 | 1001011 | 110001 |
Color Harmonies of #20DCB8
Complementary color
Monochromatic Colors of #20DCB8
Black with #20DCB8
Text Example
Text Example
White with #20DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCB8; }
p { color: rgb(32,220,184); }
H1.HeaderClassName
{
color: #20DCB8;
}
.AnyTagClassName
{
color: #20DCB8;
}
</style>
background-color css
<style>
a { background-color: #20DCB8; }
a { background-color: rgb(32,220,184); }
div.DivClassName
{
background-color: #20DCB8;
}
.BgClassName
{
background-color: #20DCB8;
}
</style>
border-color css
<style>
span { border-color: #20DCB8; }
span { border-color: rgb(32,220,184); }
td.TdClassName
{
border-color: #20DCB8;
}
.TagClassName
{
border-color: #20DCB8;
}
</style>