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