Shades of Bright Turquoise #0BD9DB
Tints of Bright Turquoise #0BD9DB
RGB
CMYK
RGB Variations
Color information
#0BD9DB (or 0x0BD9DB) is known color: Bright Turquoise. HEX triplet: 0B, D9 and DB. RGB value is (11,217,219). Sum of RGB (Red+Green+Blue) = 11+217+219=447 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BD9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD9DB is #F42624. Grayscale: #9B9B9B. Windows color (decimal): -16000549 or 14407947. OLE color: 14407947.
HSL color Cylindrical-coordinate representation of color #0BD9DB: hue angle of 180.58º 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 #0BD9DB is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 217 | 219 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.14 |
| HSL | 180.58º | 0.9% | 0.45% | - |
| HSV(B) | 180.58º | 0.95% | 0.86% | - |
| XYZ | 37.74 | 54.81 | 75.61 | - |
| YUV | 155.63 | 163.75 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 217 | 219 | 0.95 | 0.01 | 0 | 0.14 | 180.58 | 0.9 | 0.45 |
| Hex | B | D9 | DB | 5F | 1 | 0 | E | B5 | 5A | 2D |
| Octal | 13 | 331 | 333 | 137 | 1 | 0 | 16 | 265 | 132 | 55 |
| Binary | 1011 | 11011001 | 11011011 | 1011111 | 1 | 0 | 1110 | 10110101 | 1011010 | 101101 |
Color Harmonies of #0BD9DB
Complementary color
Monochromatic Colors of #0BD9DB
Black with #0BD9DB
Text Example
Text Example
White with #0BD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD9DB; }
p { color: rgb(11,217,219); }
H1.HeaderClassName
{
color: #0BD9DB;
}
.AnyTagClassName
{
color: #0BD9DB;
}
</style>
background-color css
<style>
a { background-color: #0BD9DB; }
a { background-color: rgb(11,217,219); }
div.DivClassName
{
background-color: #0BD9DB;
}
.BgClassName
{
background-color: #0BD9DB;
}
</style>
border-color css
<style>
span { border-color: #0BD9DB; }
span { border-color: rgb(11,217,219); }
td.TdClassName
{
border-color: #0BD9DB;
}
.TagClassName
{
border-color: #0BD9DB;
}
</style>