Shades of Dark Turquoise #0CD1DC
Tints of Dark Turquoise #0CD1DC
RGB
CMYK
RGB Variations
Color information
#0CD1DC (or 0x0CD1DC) is known color: Dark Turquoise. HEX triplet: 0C, D1 and DC. RGB value is (12,209,220). Sum of RGB (Red+Green+Blue) = 12+209+220=441 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.72% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CD1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1DC is #F32E23. Grayscale: #979797. Windows color (decimal): -15937060 or 14471436. OLE color: 14471436.
HSL color Cylindrical-coordinate representation of color #0CD1DC: hue angle of 183.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD1DC is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 209 | 220 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.14 |
| HSL | 183.17º | 0.9% | 0.45% | - |
| HSV(B) | 183.17º | 0.95% | 0.86% | - |
| XYZ | 35.87 | 50.85 | 75.63 | - |
| YUV | 151.35 | 166.73 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 220 | 0.95 | 0.05 | 0 | 0.14 | 183.17 | 0.9 | 0.45 |
| Hex | C | D1 | DC | 5F | 5 | 0 | E | B7 | 5A | 2D |
| Octal | 14 | 321 | 334 | 137 | 5 | 0 | 16 | 267 | 132 | 55 |
| Binary | 1100 | 11010001 | 11011100 | 1011111 | 101 | 0 | 1110 | 10110111 | 1011010 | 101101 |
Color Harmonies of #0CD1DC
Complementary color
Monochromatic Colors of #0CD1DC
Black with #0CD1DC
Text Example
Text Example
White with #0CD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD1DC; }
p { color: rgb(12,209,220); }
H1.HeaderClassName
{
color: #0CD1DC;
}
.AnyTagClassName
{
color: #0CD1DC;
}
</style>
background-color css
<style>
a { background-color: #0CD1DC; }
a { background-color: rgb(12,209,220); }
div.DivClassName
{
background-color: #0CD1DC;
}
.BgClassName
{
background-color: #0CD1DC;
}
</style>
border-color css
<style>
span { border-color: #0CD1DC; }
span { border-color: rgb(12,209,220); }
td.TdClassName
{
border-color: #0CD1DC;
}
.TagClassName
{
border-color: #0CD1DC;
}
</style>