Shades of Dark Turquoise #0BD0DE
Tints of Dark Turquoise #0BD0DE
RGB
CMYK
RGB Variations
Color information
#0BD0DE (or 0x0BD0DE) is known color: Dark Turquoise. HEX triplet: 0B, D0 and DE. RGB value is (11,208,222). Sum of RGB (Red+Green+Blue) = 11+208+222=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BD0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD0DE is #F42F21. Grayscale: #969696. Windows color (decimal): -16002850 or 14602251. OLE color: 14602251.
HSL color Cylindrical-coordinate representation of color #0BD0DE: hue angle of 183.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD0DE is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 208 | 222 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.13 |
| HSL | 183.98º | 0.91% | 0.46% | - |
| HSV(B) | 183.98º | 0.95% | 0.87% | - |
| XYZ | 35.88 | 50.46 | 76.96 | - |
| YUV | 150.69 | 168.23 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 208 | 222 | 0.95 | 0.06 | 0 | 0.13 | 183.98 | 0.91 | 0.46 |
| Hex | B | D0 | DE | 5F | 6 | 0 | D | B8 | 5B | 2E |
| Octal | 13 | 320 | 336 | 137 | 6 | 0 | 15 | 270 | 133 | 56 |
| Binary | 1011 | 11010000 | 11011110 | 1011111 | 110 | 0 | 1101 | 10111000 | 1011011 | 101110 |
Color Harmonies of #0BD0DE
Complementary color
Monochromatic Colors of #0BD0DE
Black with #0BD0DE
Text Example
Text Example
White with #0BD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD0DE; }
p { color: rgb(11,208,222); }
H1.HeaderClassName
{
color: #0BD0DE;
}
.AnyTagClassName
{
color: #0BD0DE;
}
</style>
background-color css
<style>
a { background-color: #0BD0DE; }
a { background-color: rgb(11,208,222); }
div.DivClassName
{
background-color: #0BD0DE;
}
.BgClassName
{
background-color: #0BD0DE;
}
</style>
border-color css
<style>
span { border-color: #0BD0DE; }
span { border-color: rgb(11,208,222); }
td.TdClassName
{
border-color: #0BD0DE;
}
.TagClassName
{
border-color: #0BD0DE;
}
</style>