Shades of Dark Turquoise #20CBDB
Tints of Dark Turquoise #20CBDB
RGB
CMYK
RGB Variations
Color information
#20CBDB (or 0x20CBDB) is known color: Dark Turquoise. HEX triplet: 20, CB and DB. RGB value is (32,203,219). Sum of RGB (Red+Green+Blue) = 32+203+219=454 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.05% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #20CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBDB is #DF3424. Grayscale: #999999. Windows color (decimal): -14627877 or 14404384. OLE color: 14404384.
HSL color Cylindrical-coordinate representation of color #20CBDB: hue angle of 185.13º 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 #20CBDB is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 203 | 219 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.14 |
| HSL | 185.13º | 0.75% | 0.49% | - |
| HSV(B) | 185.13º | 0.85% | 0.86% | - |
| XYZ | 34.74 | 48.13 | 74.48 | - |
| YUV | 153.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 219 | 0.85 | 0.07 | 0 | 0.14 | 185.13 | 0.75 | 0.49 |
| Hex | 20 | CB | DB | 55 | 7 | 0 | E | B9 | 4B | 31 |
| Octal | 40 | 313 | 333 | 125 | 7 | 0 | 16 | 271 | 113 | 61 |
| Binary | 100000 | 11001011 | 11011011 | 1010101 | 111 | 0 | 1110 | 10111001 | 1001011 | 110001 |
Color Harmonies of #20CBDB
Complementary color
Monochromatic Colors of #20CBDB
Black with #20CBDB
Text Example
Text Example
White with #20CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBDB; }
p { color: rgb(32,203,219); }
H1.HeaderClassName
{
color: #20CBDB;
}
.AnyTagClassName
{
color: #20CBDB;
}
</style>
background-color css
<style>
a { background-color: #20CBDB; }
a { background-color: rgb(32,203,219); }
div.DivClassName
{
background-color: #20CBDB;
}
.BgClassName
{
background-color: #20CBDB;
}
</style>
border-color css
<style>
span { border-color: #20CBDB; }
span { border-color: rgb(32,203,219); }
td.TdClassName
{
border-color: #20CBDB;
}
.TagClassName
{
border-color: #20CBDB;
}
</style>