Shades of Dark Turquoise #0DD2DB
Tints of Dark Turquoise #0DD2DB
RGB
CMYK
RGB Variations
Color information
#0DD2DB (or 0x0DD2DB) is known color: Dark Turquoise. HEX triplet: 0D, D2 and DB. RGB value is (13,210,219). Sum of RGB (Red+Green+Blue) = 13+210+219=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DD2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD2DB is #F22D24. Grayscale: #979797. Windows color (decimal): -15871269 or 14406157. OLE color: 14406157.
HSL color Cylindrical-coordinate representation of color #0DD2DB: hue angle of 182.62º 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 #0DD2DB is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 210 | 219 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.14 |
| HSL | 182.62º | 0.89% | 0.45% | - |
| HSV(B) | 182.62º | 0.94% | 0.86% | - |
| XYZ | 36 | 51.29 | 75.02 | - |
| YUV | 152.12 | 165.73 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 219 | 0.94 | 0.04 | 0 | 0.14 | 182.62 | 0.89 | 0.45 |
| Hex | D | D2 | DB | 5E | 4 | 0 | E | B7 | 59 | 2D |
| Octal | 15 | 322 | 333 | 136 | 4 | 0 | 16 | 267 | 131 | 55 |
| Binary | 1101 | 11010010 | 11011011 | 1011110 | 100 | 0 | 1110 | 10110111 | 1011001 | 101101 |
Color Harmonies of #0DD2DB
Complementary color
Monochromatic Colors of #0DD2DB
Black with #0DD2DB
Text Example
Text Example
White with #0DD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD2DB; }
p { color: rgb(13,210,219); }
H1.HeaderClassName
{
color: #0DD2DB;
}
.AnyTagClassName
{
color: #0DD2DB;
}
</style>
background-color css
<style>
a { background-color: #0DD2DB; }
a { background-color: rgb(13,210,219); }
div.DivClassName
{
background-color: #0DD2DB;
}
.BgClassName
{
background-color: #0DD2DB;
}
</style>
border-color css
<style>
span { border-color: #0DD2DB; }
span { border-color: rgb(13,210,219); }
td.TdClassName
{
border-color: #0DD2DB;
}
.TagClassName
{
border-color: #0DD2DB;
}
</style>