Shades of Dark Turquoise #0DCADB
Tints of Dark Turquoise #0DCADB
RGB
CMYK
RGB Variations
Color information
#0DCADB (or 0x0DCADB) is known color: Dark Turquoise. HEX triplet: 0D, CA and DB. RGB value is (13,202,219). Sum of RGB (Red+Green+Blue) = 13+202+219=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DCADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCADB is #F23524. Grayscale: #939393. Windows color (decimal): -15873317 or 14404109. OLE color: 14404109.
HSL color Cylindrical-coordinate representation of color #0DCADB: hue angle of 184.95º 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 #0DCADB is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 202 | 219 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.14 |
| HSL | 184.95º | 0.89% | 0.45% | - |
| HSV(B) | 184.95º | 0.94% | 0.86% | - |
| XYZ | 34.07 | 47.44 | 74.38 | - |
| YUV | 147.43 | 168.38 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 219 | 0.94 | 0.08 | 0 | 0.14 | 184.95 | 0.89 | 0.45 |
| Hex | D | CA | DB | 5E | 8 | 0 | E | B9 | 59 | 2D |
| Octal | 15 | 312 | 333 | 136 | 10 | 0 | 16 | 271 | 131 | 55 |
| Binary | 1101 | 11001010 | 11011011 | 1011110 | 1000 | 0 | 1110 | 10111001 | 1011001 | 101101 |
Color Harmonies of #0DCADB
Complementary color
Monochromatic Colors of #0DCADB
Black with #0DCADB
Text Example
Text Example
White with #0DCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCADB; }
p { color: rgb(13,202,219); }
H1.HeaderClassName
{
color: #0DCADB;
}
.AnyTagClassName
{
color: #0DCADB;
}
</style>
background-color css
<style>
a { background-color: #0DCADB; }
a { background-color: rgb(13,202,219); }
div.DivClassName
{
background-color: #0DCADB;
}
.BgClassName
{
background-color: #0DCADB;
}
</style>
border-color css
<style>
span { border-color: #0DCADB; }
span { border-color: rgb(13,202,219); }
td.TdClassName
{
border-color: #0DCADB;
}
.TagClassName
{
border-color: #0DCADB;
}
</style>