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