Shades of Dark Turquoise #1DCBDB
Tints of Dark Turquoise #1DCBDB
RGB
CMYK
RGB Variations
Color information
#1DCBDB (or 0x1DCBDB) is known color: Dark Turquoise. HEX triplet: 1D, CB and DB. RGB value is (29,203,219). Sum of RGB (Red+Green+Blue) = 29+203+219=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 203 (79.69% from 255 or 45.01% 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 #1DCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBDB is #E23424. Grayscale: #989898. Windows color (decimal): -14824485 or 14404381. OLE color: 14404381.
HSL color Cylindrical-coordinate representation of color #1DCBDB: hue angle of 185.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCBDB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 203 | 219 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.14 |
| HSL | 185.05º | 0.77% | 0.49% | - |
| HSV(B) | 185.05º | 0.87% | 0.86% | - |
| XYZ | 34.65 | 48.09 | 74.47 | - |
| YUV | 152.8 | 165.35 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 219 | 0.87 | 0.07 | 0 | 0.14 | 185.05 | 0.77 | 0.49 |
| Hex | 1D | CB | DB | 57 | 7 | 0 | E | B9 | 4D | 31 |
| Octal | 35 | 313 | 333 | 127 | 7 | 0 | 16 | 271 | 115 | 61 |
| Binary | 11101 | 11001011 | 11011011 | 1010111 | 111 | 0 | 1110 | 10111001 | 1001101 | 110001 |
Color Harmonies of #1DCBDB
Complementary color
Monochromatic Colors of #1DCBDB
Black with #1DCBDB
Text Example
Text Example
White with #1DCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBDB; }
p { color: rgb(29,203,219); }
H1.HeaderClassName
{
color: #1DCBDB;
}
.AnyTagClassName
{
color: #1DCBDB;
}
</style>
background-color css
<style>
a { background-color: #1DCBDB; }
a { background-color: rgb(29,203,219); }
div.DivClassName
{
background-color: #1DCBDB;
}
.BgClassName
{
background-color: #1DCBDB;
}
</style>
border-color css
<style>
span { border-color: #1DCBDB; }
span { border-color: rgb(29,203,219); }
td.TdClassName
{
border-color: #1DCBDB;
}
.TagClassName
{
border-color: #1DCBDB;
}
</style>