Shades of Dark Turquoise #0DC1DB
Tints of Dark Turquoise #0DC1DB
RGB
CMYK
RGB Variations
Color information
#0DC1DB (or 0x0DC1DB) is known color: Dark Turquoise. HEX triplet: 0D, C1 and DB. RGB value is (13,193,219). Sum of RGB (Red+Green+Blue) = 13+193+219=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DC1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC1DB is #F23E24. Grayscale: #8D8D8D. Windows color (decimal): -15875621 or 14401805. OLE color: 14401805.
HSL color Cylindrical-coordinate representation of color #0DC1DB: hue angle of 187.57º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC1DB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 193 | 219 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.14 |
| HSL | 187.57º | 0.89% | 0.45% | - |
| HSV(B) | 187.57º | 0.94% | 0.86% | - |
| XYZ | 32.02 | 43.34 | 73.7 | - |
| YUV | 142.14 | 171.37 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 219 | 0.94 | 0.12 | 0 | 0.14 | 187.57 | 0.89 | 0.45 |
| Hex | D | C1 | DB | 5E | C | 0 | E | BC | 59 | 2D |
| Octal | 15 | 301 | 333 | 136 | 14 | 0 | 16 | 274 | 131 | 55 |
| Binary | 1101 | 11000001 | 11011011 | 1011110 | 1100 | 0 | 1110 | 10111100 | 1011001 | 101101 |
Color Harmonies of #0DC1DB
Complementary color
Monochromatic Colors of #0DC1DB
Black with #0DC1DB
Text Example
Text Example
White with #0DC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC1DB; }
p { color: rgb(13,193,219); }
H1.HeaderClassName
{
color: #0DC1DB;
}
.AnyTagClassName
{
color: #0DC1DB;
}
</style>
background-color css
<style>
a { background-color: #0DC1DB; }
a { background-color: rgb(13,193,219); }
div.DivClassName
{
background-color: #0DC1DB;
}
.BgClassName
{
background-color: #0DC1DB;
}
</style>
border-color css
<style>
span { border-color: #0DC1DB; }
span { border-color: rgb(13,193,219); }
td.TdClassName
{
border-color: #0DC1DB;
}
.TagClassName
{
border-color: #0DC1DB;
}
</style>