Shades of Dark Turquoise #0CCBDB
Tints of Dark Turquoise #0CCBDB
RGB
CMYK
RGB Variations
Color information
#0CCBDB (or 0x0CCBDB) is known color: Dark Turquoise. HEX triplet: 0C, CB and DB. RGB value is (12,203,219). Sum of RGB (Red+Green+Blue) = 12+203+219=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CCBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBDB is #F33424. Grayscale: #939393. Windows color (decimal): -15938597 or 14404364. OLE color: 14404364.
HSL color Cylindrical-coordinate representation of color #0CCBDB: hue angle of 184.64º 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 #0CCBDB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 203 | 219 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.14 |
| HSL | 184.64º | 0.9% | 0.45% | - |
| HSV(B) | 184.64º | 0.95% | 0.86% | - |
| XYZ | 34.29 | 47.9 | 74.46 | - |
| YUV | 147.72 | 168.22 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 219 | 0.95 | 0.07 | 0 | 0.14 | 184.64 | 0.9 | 0.45 |
| Hex | C | CB | DB | 5F | 7 | 0 | E | B9 | 5A | 2D |
| Octal | 14 | 313 | 333 | 137 | 7 | 0 | 16 | 271 | 132 | 55 |
| Binary | 1100 | 11001011 | 11011011 | 1011111 | 111 | 0 | 1110 | 10111001 | 1011010 | 101101 |
Color Harmonies of #0CCBDB
Complementary color
Monochromatic Colors of #0CCBDB
Black with #0CCBDB
Text Example
Text Example
White with #0CCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBDB; }
p { color: rgb(12,203,219); }
H1.HeaderClassName
{
color: #0CCBDB;
}
.AnyTagClassName
{
color: #0CCBDB;
}
</style>
background-color css
<style>
a { background-color: #0CCBDB; }
a { background-color: rgb(12,203,219); }
div.DivClassName
{
background-color: #0CCBDB;
}
.BgClassName
{
background-color: #0CCBDB;
}
</style>
border-color css
<style>
span { border-color: #0CCBDB; }
span { border-color: rgb(12,203,219); }
td.TdClassName
{
border-color: #0CCBDB;
}
.TagClassName
{
border-color: #0CCBDB;
}
</style>