Shades of Dark Turquoise #0DD3DB
Tints of Dark Turquoise #0DD3DB
RGB
CMYK
RGB Variations
Color information
#0DD3DB (or 0x0DD3DB) is known color: Dark Turquoise. HEX triplet: 0D, D3 and DB. RGB value is (13,211,219). Sum of RGB (Red+Green+Blue) = 13+211+219=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DD3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD3DB is #F22C24. Grayscale: #989898. Windows color (decimal): -15871013 or 14406413. OLE color: 14406413.
HSL color Cylindrical-coordinate representation of color #0DD3DB: hue angle of 182.33º 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 #0DD3DB is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 211 | 219 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.14 |
| HSL | 182.33º | 0.89% | 0.45% | - |
| HSV(B) | 182.33º | 0.94% | 0.86% | - |
| XYZ | 36.25 | 51.79 | 75.1 | - |
| YUV | 152.71 | 165.4 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 211 | 219 | 0.94 | 0.04 | 0 | 0.14 | 182.33 | 0.89 | 0.45 |
| Hex | D | D3 | DB | 5E | 4 | 0 | E | B6 | 59 | 2D |
| Octal | 15 | 323 | 333 | 136 | 4 | 0 | 16 | 266 | 131 | 55 |
| Binary | 1101 | 11010011 | 11011011 | 1011110 | 100 | 0 | 1110 | 10110110 | 1011001 | 101101 |
Color Harmonies of #0DD3DB
Complementary color
Monochromatic Colors of #0DD3DB
Black with #0DD3DB
Text Example
Text Example
White with #0DD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD3DB; }
p { color: rgb(13,211,219); }
H1.HeaderClassName
{
color: #0DD3DB;
}
.AnyTagClassName
{
color: #0DD3DB;
}
</style>
background-color css
<style>
a { background-color: #0DD3DB; }
a { background-color: rgb(13,211,219); }
div.DivClassName
{
background-color: #0DD3DB;
}
.BgClassName
{
background-color: #0DD3DB;
}
</style>
border-color css
<style>
span { border-color: #0DD3DB; }
span { border-color: rgb(13,211,219); }
td.TdClassName
{
border-color: #0DD3DB;
}
.TagClassName
{
border-color: #0DD3DB;
}
</style>