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