Shades of Dark Turquoise #0CDBCC
Tints of Dark Turquoise #0CDBCC
RGB
CMYK
RGB Variations
Color information
#0CDBCC (or 0x0CDBCC) is known color: Dark Turquoise. HEX triplet: 0C, DB and CC. RGB value is (12,219,204). Sum of RGB (Red+Green+Blue) = 12+219+204=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBCC is #F32433. Grayscale: #9B9B9B. Windows color (decimal): -15934516 or 13425420. OLE color: 13425420.
HSL color Cylindrical-coordinate representation of color #0CDBCC: hue angle of 175.65º 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 #0CDBCC is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 204 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.14 |
| HSL | 175.65º | 0.9% | 0.45% | - |
| HSV(B) | 175.65º | 0.95% | 0.86% | - |
| XYZ | 36.38 | 55.1 | 65.84 | - |
| YUV | 155.4 | 155.42 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 204 | 0.95 | 0 | 0.07 | 0.14 | 175.65 | 0.9 | 0.45 |
| Hex | C | DB | CC | 5F | 0 | 7 | E | B0 | 5A | 2D |
| Octal | 14 | 333 | 314 | 137 | 0 | 7 | 16 | 260 | 132 | 55 |
| Binary | 1100 | 11011011 | 11001100 | 1011111 | 0 | 111 | 1110 | 10110000 | 1011010 | 101101 |
Color Harmonies of #0CDBCC
Complementary color
Monochromatic Colors of #0CDBCC
Black with #0CDBCC
Text Example
Text Example
White with #0CDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBCC; }
p { color: rgb(12,219,204); }
H1.HeaderClassName
{
color: #0CDBCC;
}
.AnyTagClassName
{
color: #0CDBCC;
}
</style>
background-color css
<style>
a { background-color: #0CDBCC; }
a { background-color: rgb(12,219,204); }
div.DivClassName
{
background-color: #0CDBCC;
}
.BgClassName
{
background-color: #0CDBCC;
}
</style>
border-color css
<style>
span { border-color: #0CDBCC; }
span { border-color: rgb(12,219,204); }
td.TdClassName
{
border-color: #0CDBCC;
}
.TagClassName
{
border-color: #0CDBCC;
}
</style>