Shades of Dark Turquoise #0DD1DB
Tints of Dark Turquoise #0DD1DB
RGB
CMYK
RGB Variations
Color information
#0DD1DB (or 0x0DD1DB) is known color: Dark Turquoise. HEX triplet: 0D, D1 and DB. RGB value is (13,209,219). Sum of RGB (Red+Green+Blue) = 13+209+219=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DD1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1DB is #F22E24. Grayscale: #979797. Windows color (decimal): -15871525 or 14405901. OLE color: 14405901.
HSL color Cylindrical-coordinate representation of color #0DD1DB: hue angle of 182.91º 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 #0DD1DB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 209 | 219 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.14 |
| HSL | 182.91º | 0.89% | 0.45% | - |
| HSV(B) | 182.91º | 0.94% | 0.86% | - |
| XYZ | 35.75 | 50.8 | 74.94 | - |
| YUV | 151.54 | 166.07 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 219 | 0.94 | 0.05 | 0 | 0.14 | 182.91 | 0.89 | 0.45 |
| Hex | D | D1 | DB | 5E | 5 | 0 | E | B7 | 59 | 2D |
| Octal | 15 | 321 | 333 | 136 | 5 | 0 | 16 | 267 | 131 | 55 |
| Binary | 1101 | 11010001 | 11011011 | 1011110 | 101 | 0 | 1110 | 10110111 | 1011001 | 101101 |
Color Harmonies of #0DD1DB
Complementary color
Monochromatic Colors of #0DD1DB
Black with #0DD1DB
Text Example
Text Example
White with #0DD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD1DB; }
p { color: rgb(13,209,219); }
H1.HeaderClassName
{
color: #0DD1DB;
}
.AnyTagClassName
{
color: #0DD1DB;
}
</style>
background-color css
<style>
a { background-color: #0DD1DB; }
a { background-color: rgb(13,209,219); }
div.DivClassName
{
background-color: #0DD1DB;
}
.BgClassName
{
background-color: #0DD1DB;
}
</style>
border-color css
<style>
span { border-color: #0DD1DB; }
span { border-color: rgb(13,209,219); }
td.TdClassName
{
border-color: #0DD1DB;
}
.TagClassName
{
border-color: #0DD1DB;
}
</style>