Shades of Dark Turquoise #0DD4CF
Tints of Dark Turquoise #0DD4CF
RGB
CMYK
RGB Variations
Color information
#0DD4CF (or 0x0DD4CF) is known color: Dark Turquoise. HEX triplet: 0D, D4 and CF. RGB value is (13,212,207). Sum of RGB (Red+Green+Blue) = 13+212+207=432 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.01% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #0DD4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD4CF is #F22B30. Grayscale: #979797. Windows color (decimal): -15870769 or 13620237. OLE color: 13620237.
HSL color Cylindrical-coordinate representation of color #0DD4CF: hue angle of 178.49º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD4CF is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 212 | 207 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.17 |
| HSL | 178.49º | 0.88% | 0.44% | - |
| HSV(B) | 178.49º | 0.94% | 0.83% | - |
| XYZ | 34.97 | 51.68 | 67.16 | - |
| YUV | 151.93 | 159.07 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 212 | 207 | 0.94 | 0 | 0.02 | 0.17 | 178.49 | 0.88 | 0.44 |
| Hex | D | D4 | CF | 5E | 0 | 2 | 11 | B2 | 58 | 2C |
| Octal | 15 | 324 | 317 | 136 | 0 | 2 | 21 | 262 | 130 | 54 |
| Binary | 1101 | 11010100 | 11001111 | 1011110 | 0 | 10 | 10001 | 10110010 | 1011000 | 101100 |
Color Harmonies of #0DD4CF
Complementary color
Monochromatic Colors of #0DD4CF
Black with #0DD4CF
Text Example
Text Example
White with #0DD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD4CF; }
p { color: rgb(13,212,207); }
H1.HeaderClassName
{
color: #0DD4CF;
}
.AnyTagClassName
{
color: #0DD4CF;
}
</style>
background-color css
<style>
a { background-color: #0DD4CF; }
a { background-color: rgb(13,212,207); }
div.DivClassName
{
background-color: #0DD4CF;
}
.BgClassName
{
background-color: #0DD4CF;
}
</style>
border-color css
<style>
span { border-color: #0DD4CF; }
span { border-color: rgb(13,212,207); }
td.TdClassName
{
border-color: #0DD4CF;
}
.TagClassName
{
border-color: #0DD4CF;
}
</style>