Shades of Dark Turquoise #20CCDB
Tints of Dark Turquoise #20CCDB
RGB
CMYK
RGB Variations
Color information
#20CCDB (or 0x20CCDB) is known color: Dark Turquoise. HEX triplet: 20, CC and DB. RGB value is (32,204,219). Sum of RGB (Red+Green+Blue) = 32+204+219=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #20CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCDB is #DF3324. Grayscale: #9A9A9A. Windows color (decimal): -14627621 or 14404640. OLE color: 14404640.
HSL color Cylindrical-coordinate representation of color #20CCDB: hue angle of 184.81º 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 #20CCDB is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 204 | 219 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.14 |
| HSL | 184.81º | 0.75% | 0.49% | - |
| HSV(B) | 184.81º | 0.85% | 0.86% | - |
| XYZ | 34.97 | 48.61 | 74.56 | - |
| YUV | 154.28 | 164.52 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 219 | 0.85 | 0.07 | 0 | 0.14 | 184.81 | 0.75 | 0.49 |
| Hex | 20 | CC | DB | 55 | 7 | 0 | E | B9 | 4B | 31 |
| Octal | 40 | 314 | 333 | 125 | 7 | 0 | 16 | 271 | 113 | 61 |
| Binary | 100000 | 11001100 | 11011011 | 1010101 | 111 | 0 | 1110 | 10111001 | 1001011 | 110001 |
Color Harmonies of #20CCDB
Complementary color
Monochromatic Colors of #20CCDB
Black with #20CCDB
Text Example
Text Example
White with #20CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCDB; }
p { color: rgb(32,204,219); }
H1.HeaderClassName
{
color: #20CCDB;
}
.AnyTagClassName
{
color: #20CCDB;
}
</style>
background-color css
<style>
a { background-color: #20CCDB; }
a { background-color: rgb(32,204,219); }
div.DivClassName
{
background-color: #20CCDB;
}
.BgClassName
{
background-color: #20CCDB;
}
</style>
border-color css
<style>
span { border-color: #20CCDB; }
span { border-color: rgb(32,204,219); }
td.TdClassName
{
border-color: #20CCDB;
}
.TagClassName
{
border-color: #20CCDB;
}
</style>