Shades of Dark Turquoise #0DCBDD
Tints of Dark Turquoise #0DCBDD
RGB
CMYK
RGB Variations
Color information
#0DCBDD (or 0x0DCBDD) is known color: Dark Turquoise. HEX triplet: 0D, CB and DD. RGB value is (13,203,221). Sum of RGB (Red+Green+Blue) = 13+203+221=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DCBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBDD is #F23422. Grayscale: #939393. Windows color (decimal): -15873059 or 14535437. OLE color: 14535437.
HSL color Cylindrical-coordinate representation of color #0DCBDD: hue angle of 185.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBDD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 203 | 221 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.13 |
| HSL | 185.19º | 0.89% | 0.46% | - |
| HSV(B) | 185.19º | 0.94% | 0.87% | - |
| XYZ | 34.57 | 48.02 | 75.85 | - |
| YUV | 148.24 | 169.05 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 221 | 0.94 | 0.08 | 0 | 0.13 | 185.19 | 0.89 | 0.46 |
| Hex | D | CB | DD | 5E | 8 | 0 | D | B9 | 59 | 2E |
| Octal | 15 | 313 | 335 | 136 | 10 | 0 | 15 | 271 | 131 | 56 |
| Binary | 1101 | 11001011 | 11011101 | 1011110 | 1000 | 0 | 1101 | 10111001 | 1011001 | 101110 |
Color Harmonies of #0DCBDD
Complementary color
Monochromatic Colors of #0DCBDD
Black with #0DCBDD
Text Example
Text Example
White with #0DCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBDD; }
p { color: rgb(13,203,221); }
H1.HeaderClassName
{
color: #0DCBDD;
}
.AnyTagClassName
{
color: #0DCBDD;
}
</style>
background-color css
<style>
a { background-color: #0DCBDD; }
a { background-color: rgb(13,203,221); }
div.DivClassName
{
background-color: #0DCBDD;
}
.BgClassName
{
background-color: #0DCBDD;
}
</style>
border-color css
<style>
span { border-color: #0DCBDD; }
span { border-color: rgb(13,203,221); }
td.TdClassName
{
border-color: #0DCBDD;
}
.TagClassName
{
border-color: #0DCBDD;
}
</style>