Shades of Dark Turquoise #0DCDDC
Tints of Dark Turquoise #0DCDDC
RGB
CMYK
RGB Variations
Color information
#0DCDDC (or 0x0DCDDC) is known color: Dark Turquoise. HEX triplet: 0D, CD and DC. RGB value is (13,205,220). Sum of RGB (Red+Green+Blue) = 13+205+220=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DCDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDDC is #F23223. Grayscale: #959595. Windows color (decimal): -15872548 or 14470413. OLE color: 14470413.
HSL color Cylindrical-coordinate representation of color #0DCDDC: hue angle of 184.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDDC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 205 | 220 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.14 |
| HSL | 184.35º | 0.89% | 0.46% | - |
| HSV(B) | 184.35º | 0.94% | 0.86% | - |
| XYZ | 34.92 | 48.92 | 75.31 | - |
| YUV | 149.3 | 167.89 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 220 | 0.94 | 0.07 | 0 | 0.14 | 184.35 | 0.89 | 0.46 |
| Hex | D | CD | DC | 5E | 7 | 0 | E | B8 | 59 | 2E |
| Octal | 15 | 315 | 334 | 136 | 7 | 0 | 16 | 270 | 131 | 56 |
| Binary | 1101 | 11001101 | 11011100 | 1011110 | 111 | 0 | 1110 | 10111000 | 1011001 | 101110 |
Color Harmonies of #0DCDDC
Complementary color
Monochromatic Colors of #0DCDDC
Black with #0DCDDC
Text Example
Text Example
White with #0DCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDDC; }
p { color: rgb(13,205,220); }
H1.HeaderClassName
{
color: #0DCDDC;
}
.AnyTagClassName
{
color: #0DCDDC;
}
</style>
background-color css
<style>
a { background-color: #0DCDDC; }
a { background-color: rgb(13,205,220); }
div.DivClassName
{
background-color: #0DCDDC;
}
.BgClassName
{
background-color: #0DCDDC;
}
</style>
border-color css
<style>
span { border-color: #0DCDDC; }
span { border-color: rgb(13,205,220); }
td.TdClassName
{
border-color: #0DCDDC;
}
.TagClassName
{
border-color: #0DCDDC;
}
</style>