Shades of Dark Turquoise #0BD1DB
Tints of Dark Turquoise #0BD1DB
RGB
CMYK
RGB Variations
Color information
#0BD1DB (or 0x0BD1DB) is known color: Dark Turquoise. HEX triplet: 0B, D1 and DB. RGB value is (11,209,219). Sum of RGB (Red+Green+Blue) = 11+209+219=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BD1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD1DB is #F42E24. Grayscale: #969696. Windows color (decimal): -16002597 or 14405899. OLE color: 14405899.
HSL color Cylindrical-coordinate representation of color #0BD1DB: hue angle of 182.88º 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 #0BD1DB is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 209 | 219 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.14 |
| HSL | 182.88º | 0.9% | 0.45% | - |
| HSV(B) | 182.88º | 0.95% | 0.86% | - |
| XYZ | 35.72 | 50.79 | 74.94 | - |
| YUV | 150.94 | 166.4 | 28.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 219 | 0.95 | 0.05 | 0 | 0.14 | 182.88 | 0.9 | 0.45 |
| Hex | B | D1 | DB | 5F | 5 | 0 | E | B7 | 5A | 2D |
| Octal | 13 | 321 | 333 | 137 | 5 | 0 | 16 | 267 | 132 | 55 |
| Binary | 1011 | 11010001 | 11011011 | 1011111 | 101 | 0 | 1110 | 10110111 | 1011010 | 101101 |
Color Harmonies of #0BD1DB
Complementary color
Monochromatic Colors of #0BD1DB
Black with #0BD1DB
Text Example
Text Example
White with #0BD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD1DB; }
p { color: rgb(11,209,219); }
H1.HeaderClassName
{
color: #0BD1DB;
}
.AnyTagClassName
{
color: #0BD1DB;
}
</style>
background-color css
<style>
a { background-color: #0BD1DB; }
a { background-color: rgb(11,209,219); }
div.DivClassName
{
background-color: #0BD1DB;
}
.BgClassName
{
background-color: #0BD1DB;
}
</style>
border-color css
<style>
span { border-color: #0BD1DB; }
span { border-color: rgb(11,209,219); }
td.TdClassName
{
border-color: #0BD1DB;
}
.TagClassName
{
border-color: #0BD1DB;
}
</style>