Shades of Dark Turquoise #0BD3DB
Tints of Dark Turquoise #0BD3DB
RGB
CMYK
RGB Variations
Color information
#0BD3DB (or 0x0BD3DB) is known color: Dark Turquoise. HEX triplet: 0B, D3 and DB. RGB value is (11,211,219). Sum of RGB (Red+Green+Blue) = 11+211+219=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BD3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD3DB is #F42C24. Grayscale: #979797. Windows color (decimal): -16002085 or 14406411. OLE color: 14406411.
HSL color Cylindrical-coordinate representation of color #0BD3DB: hue angle of 182.31º 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 #0BD3DB is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 211 | 219 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.14 |
| HSL | 182.31º | 0.9% | 0.45% | - |
| HSV(B) | 182.31º | 0.95% | 0.86% | - |
| XYZ | 36.22 | 51.77 | 75.1 | - |
| YUV | 152.11 | 165.74 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 219 | 0.95 | 0.04 | 0 | 0.14 | 182.31 | 0.9 | 0.45 |
| Hex | B | D3 | DB | 5F | 4 | 0 | E | B6 | 5A | 2D |
| Octal | 13 | 323 | 333 | 137 | 4 | 0 | 16 | 266 | 132 | 55 |
| Binary | 1011 | 11010011 | 11011011 | 1011111 | 100 | 0 | 1110 | 10110110 | 1011010 | 101101 |
Color Harmonies of #0BD3DB
Complementary color
Monochromatic Colors of #0BD3DB
Black with #0BD3DB
Text Example
Text Example
White with #0BD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD3DB; }
p { color: rgb(11,211,219); }
H1.HeaderClassName
{
color: #0BD3DB;
}
.AnyTagClassName
{
color: #0BD3DB;
}
</style>
background-color css
<style>
a { background-color: #0BD3DB; }
a { background-color: rgb(11,211,219); }
div.DivClassName
{
background-color: #0BD3DB;
}
.BgClassName
{
background-color: #0BD3DB;
}
</style>
border-color css
<style>
span { border-color: #0BD3DB; }
span { border-color: rgb(11,211,219); }
td.TdClassName
{
border-color: #0BD3DB;
}
.TagClassName
{
border-color: #0BD3DB;
}
</style>