Shades of Dark Turquoise #20C8DB
Tints of Dark Turquoise #20C8DB
RGB
CMYK
RGB Variations
Color information
#20C8DB (or 0x20C8DB) is known color: Dark Turquoise. HEX triplet: 20, C8 and DB. RGB value is (32,200,219). Sum of RGB (Red+Green+Blue) = 32+200+219=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #20C8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C8DB is #DF3724. Grayscale: #979797. Windows color (decimal): -14628645 or 14403616. OLE color: 14403616.
HSL color Cylindrical-coordinate representation of color #20C8DB: hue angle of 186.1º 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 #20C8DB is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 200 | 219 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.14 |
| HSL | 186.1º | 0.75% | 0.49% | - |
| HSV(B) | 186.1º | 0.85% | 0.86% | - |
| XYZ | 34.04 | 46.73 | 74.24 | - |
| YUV | 151.93 | 165.84 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 219 | 0.85 | 0.09 | 0 | 0.14 | 186.1 | 0.75 | 0.49 |
| Hex | 20 | C8 | DB | 55 | 9 | 0 | E | BA | 4B | 31 |
| Octal | 40 | 310 | 333 | 125 | 11 | 0 | 16 | 272 | 113 | 61 |
| Binary | 100000 | 11001000 | 11011011 | 1010101 | 1001 | 0 | 1110 | 10111010 | 1001011 | 110001 |
Color Harmonies of #20C8DB
Complementary color
Monochromatic Colors of #20C8DB
Black with #20C8DB
Text Example
Text Example
White with #20C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C8DB; }
p { color: rgb(32,200,219); }
H1.HeaderClassName
{
color: #20C8DB;
}
.AnyTagClassName
{
color: #20C8DB;
}
</style>
background-color css
<style>
a { background-color: #20C8DB; }
a { background-color: rgb(32,200,219); }
div.DivClassName
{
background-color: #20C8DB;
}
.BgClassName
{
background-color: #20C8DB;
}
</style>
border-color css
<style>
span { border-color: #20C8DB; }
span { border-color: rgb(32,200,219); }
td.TdClassName
{
border-color: #20C8DB;
}
.TagClassName
{
border-color: #20C8DB;
}
</style>