Shades of Dark Turquoise #0BC9DB
Tints of Dark Turquoise #0BC9DB
RGB
CMYK
RGB Variations
Color information
#0BC9DB (or 0x0BC9DB) is known color: Dark Turquoise. HEX triplet: 0B, C9 and DB. RGB value is (11,201,219). Sum of RGB (Red+Green+Blue) = 11+201+219=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BC9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9DB is #F43624. Grayscale: #919191. Windows color (decimal): -16004645 or 14403851. OLE color: 14403851.
HSL color Cylindrical-coordinate representation of color #0BC9DB: hue angle of 185.19º 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 #0BC9DB is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 201 | 219 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.14 |
| HSL | 185.19º | 0.9% | 0.45% | - |
| HSV(B) | 185.19º | 0.95% | 0.86% | - |
| XYZ | 33.81 | 46.96 | 74.3 | - |
| YUV | 146.24 | 169.05 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 219 | 0.95 | 0.08 | 0 | 0.14 | 185.19 | 0.9 | 0.45 |
| Hex | B | C9 | DB | 5F | 8 | 0 | E | B9 | 5A | 2D |
| Octal | 13 | 311 | 333 | 137 | 10 | 0 | 16 | 271 | 132 | 55 |
| Binary | 1011 | 11001001 | 11011011 | 1011111 | 1000 | 0 | 1110 | 10111001 | 1011010 | 101101 |
Color Harmonies of #0BC9DB
Complementary color
Monochromatic Colors of #0BC9DB
Black with #0BC9DB
Text Example
Text Example
White with #0BC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9DB; }
p { color: rgb(11,201,219); }
H1.HeaderClassName
{
color: #0BC9DB;
}
.AnyTagClassName
{
color: #0BC9DB;
}
</style>
background-color css
<style>
a { background-color: #0BC9DB; }
a { background-color: rgb(11,201,219); }
div.DivClassName
{
background-color: #0BC9DB;
}
.BgClassName
{
background-color: #0BC9DB;
}
</style>
border-color css
<style>
span { border-color: #0BC9DB; }
span { border-color: rgb(11,201,219); }
td.TdClassName
{
border-color: #0BC9DB;
}
.TagClassName
{
border-color: #0BC9DB;
}
</style>