Shades of Dark Turquoise #0BC2DB
Tints of Dark Turquoise #0BC2DB
RGB
CMYK
RGB Variations
Color information
#0BC2DB (or 0x0BC2DB) is known color: Dark Turquoise. HEX triplet: 0B, C2 and DB. RGB value is (11,194,219). Sum of RGB (Red+Green+Blue) = 11+194+219=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BC2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2DB is #F43D24. Grayscale: #8D8D8D. Windows color (decimal): -16006437 or 14402059. OLE color: 14402059.
HSL color Cylindrical-coordinate representation of color #0BC2DB: hue angle of 187.21º 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 #0BC2DB is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 194 | 219 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.14 |
| HSL | 187.21º | 0.9% | 0.45% | - |
| HSV(B) | 187.21º | 0.95% | 0.86% | - |
| XYZ | 32.22 | 43.77 | 73.77 | - |
| YUV | 142.13 | 171.37 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 219 | 0.95 | 0.11 | 0 | 0.14 | 187.21 | 0.9 | 0.45 |
| Hex | B | C2 | DB | 5F | B | 0 | E | BB | 5A | 2D |
| Octal | 13 | 302 | 333 | 137 | 13 | 0 | 16 | 273 | 132 | 55 |
| Binary | 1011 | 11000010 | 11011011 | 1011111 | 1011 | 0 | 1110 | 10111011 | 1011010 | 101101 |
Color Harmonies of #0BC2DB
Complementary color
Monochromatic Colors of #0BC2DB
Black with #0BC2DB
Text Example
Text Example
White with #0BC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC2DB; }
p { color: rgb(11,194,219); }
H1.HeaderClassName
{
color: #0BC2DB;
}
.AnyTagClassName
{
color: #0BC2DB;
}
</style>
background-color css
<style>
a { background-color: #0BC2DB; }
a { background-color: rgb(11,194,219); }
div.DivClassName
{
background-color: #0BC2DB;
}
.BgClassName
{
background-color: #0BC2DB;
}
</style>
border-color css
<style>
span { border-color: #0BC2DB; }
span { border-color: rgb(11,194,219); }
td.TdClassName
{
border-color: #0BC2DB;
}
.TagClassName
{
border-color: #0BC2DB;
}
</style>