Shades of Dark Turquoise #0CDCCB
Tints of Dark Turquoise #0CDCCB
RGB
CMYK
RGB Variations
Color information
#0CDCCB (or 0x0CDCCB) is known color: Dark Turquoise. HEX triplet: 0C, DC and CB. RGB value is (12,220,203). Sum of RGB (Red+Green+Blue) = 12+220+203=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDCCB is #F32334. Grayscale: #9B9B9B. Windows color (decimal): -15934261 or 13360140. OLE color: 13360140.
HSL color Cylindrical-coordinate representation of color #0CDCCB: hue angle of 175.1º 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 #0CDCCB is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 203 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.14 |
| HSL | 175.1º | 0.9% | 0.45% | - |
| HSV(B) | 175.1º | 0.95% | 0.86% | - |
| XYZ | 36.52 | 55.58 | 65.3 | - |
| YUV | 155.87 | 154.59 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 203 | 0.95 | 0 | 0.08 | 0.14 | 175.1 | 0.9 | 0.45 |
| Hex | C | DC | CB | 5F | 0 | 8 | E | AF | 5A | 2D |
| Octal | 14 | 334 | 313 | 137 | 0 | 10 | 16 | 257 | 132 | 55 |
| Binary | 1100 | 11011100 | 11001011 | 1011111 | 0 | 1000 | 1110 | 10101111 | 1011010 | 101101 |
Color Harmonies of #0CDCCB
Complementary color
Monochromatic Colors of #0CDCCB
Black with #0CDCCB
Text Example
Text Example
White with #0CDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCCB; }
p { color: rgb(12,220,203); }
H1.HeaderClassName
{
color: #0CDCCB;
}
.AnyTagClassName
{
color: #0CDCCB;
}
</style>
background-color css
<style>
a { background-color: #0CDCCB; }
a { background-color: rgb(12,220,203); }
div.DivClassName
{
background-color: #0CDCCB;
}
.BgClassName
{
background-color: #0CDCCB;
}
</style>
border-color css
<style>
span { border-color: #0CDCCB; }
span { border-color: rgb(12,220,203); }
td.TdClassName
{
border-color: #0CDCCB;
}
.TagClassName
{
border-color: #0CDCCB;
}
</style>