Shades of Dark Turquoise #0BCDDB
Tints of Dark Turquoise #0BCDDB
RGB
CMYK
RGB Variations
Color information
#0BCDDB (or 0x0BCDDB) is known color: Dark Turquoise. HEX triplet: 0B, CD and DB. RGB value is (11,205,219). Sum of RGB (Red+Green+Blue) = 11+205+219=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 205 (80.47% from 255 or 47.13% 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 #0BCDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDDB is #F43224. Grayscale: #949494. Windows color (decimal): -16003621 or 14404875. OLE color: 14404875.
HSL color Cylindrical-coordinate representation of color #0BCDDB: hue angle of 184.04º 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 #0BCDDB is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 205 | 219 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.14 |
| HSL | 184.04º | 0.9% | 0.45% | - |
| HSV(B) | 184.04º | 0.95% | 0.86% | - |
| XYZ | 34.76 | 48.85 | 74.61 | - |
| YUV | 148.59 | 167.73 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 219 | 0.95 | 0.06 | 0 | 0.14 | 184.04 | 0.9 | 0.45 |
| Hex | B | CD | DB | 5F | 6 | 0 | E | B8 | 5A | 2D |
| Octal | 13 | 315 | 333 | 137 | 6 | 0 | 16 | 270 | 132 | 55 |
| Binary | 1011 | 11001101 | 11011011 | 1011111 | 110 | 0 | 1110 | 10111000 | 1011010 | 101101 |
Color Harmonies of #0BCDDB
Complementary color
Monochromatic Colors of #0BCDDB
Black with #0BCDDB
Text Example
Text Example
White with #0BCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDDB; }
p { color: rgb(11,205,219); }
H1.HeaderClassName
{
color: #0BCDDB;
}
.AnyTagClassName
{
color: #0BCDDB;
}
</style>
background-color css
<style>
a { background-color: #0BCDDB; }
a { background-color: rgb(11,205,219); }
div.DivClassName
{
background-color: #0BCDDB;
}
.BgClassName
{
background-color: #0BCDDB;
}
</style>
border-color css
<style>
span { border-color: #0BCDDB; }
span { border-color: rgb(11,205,219); }
td.TdClassName
{
border-color: #0BCDDB;
}
.TagClassName
{
border-color: #0BCDDB;
}
</style>