Shades of Dark Turquoise #0DCFDD
Tints of Dark Turquoise #0DCFDD
RGB
CMYK
RGB Variations
Color information
#0DCFDD (or 0x0DCFDD) is known color: Dark Turquoise. HEX triplet: 0D, CF and DD. RGB value is (13,207,221). Sum of RGB (Red+Green+Blue) = 13+207+221=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DCFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFDD is #F23022. Grayscale: #969696. Windows color (decimal): -15872035 or 14536461. OLE color: 14536461.
HSL color Cylindrical-coordinate representation of color #0DCFDD: hue angle of 184.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFDD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 207 | 221 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.13 |
| HSL | 184.04º | 0.89% | 0.46% | - |
| HSV(B) | 184.04º | 0.94% | 0.87% | - |
| XYZ | 35.53 | 49.93 | 76.17 | - |
| YUV | 150.59 | 167.73 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 221 | 0.94 | 0.06 | 0 | 0.13 | 184.04 | 0.89 | 0.46 |
| Hex | D | CF | DD | 5E | 6 | 0 | D | B8 | 59 | 2E |
| Octal | 15 | 317 | 335 | 136 | 6 | 0 | 15 | 270 | 131 | 56 |
| Binary | 1101 | 11001111 | 11011101 | 1011110 | 110 | 0 | 1101 | 10111000 | 1011001 | 101110 |
Color Harmonies of #0DCFDD
Complementary color
Monochromatic Colors of #0DCFDD
Black with #0DCFDD
Text Example
Text Example
White with #0DCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFDD; }
p { color: rgb(13,207,221); }
H1.HeaderClassName
{
color: #0DCFDD;
}
.AnyTagClassName
{
color: #0DCFDD;
}
</style>
background-color css
<style>
a { background-color: #0DCFDD; }
a { background-color: rgb(13,207,221); }
div.DivClassName
{
background-color: #0DCFDD;
}
.BgClassName
{
background-color: #0DCFDD;
}
</style>
border-color css
<style>
span { border-color: #0DCFDD; }
span { border-color: rgb(13,207,221); }
td.TdClassName
{
border-color: #0DCFDD;
}
.TagClassName
{
border-color: #0DCFDD;
}
</style>