Shades of Dark Turquoise #0BDDCB
Tints of Dark Turquoise #0BDDCB
RGB
CMYK
RGB Variations
Color information
#0BDDCB (or 0x0BDDCB) is known color: Dark Turquoise. HEX triplet: 0B, DD and CB. RGB value is (11,221,203). Sum of RGB (Red+Green+Blue) = 11+221+203=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDCB is #F42234. Grayscale: #9C9C9C. Windows color (decimal): -15999541 or 13360395. OLE color: 13360395.
HSL color Cylindrical-coordinate representation of color #0BDDCB: hue angle of 174.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDCB is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 203 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.13 |
| HSL | 174.86º | 0.91% | 0.45% | - |
| HSV(B) | 174.86º | 0.95% | 0.87% | - |
| XYZ | 36.77 | 56.1 | 65.39 | - |
| YUV | 156.16 | 154.43 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 203 | 0.95 | 0 | 0.08 | 0.13 | 174.86 | 0.91 | 0.45 |
| Hex | B | DD | CB | 5F | 0 | 8 | D | AF | 5B | 2D |
| Octal | 13 | 335 | 313 | 137 | 0 | 10 | 15 | 257 | 133 | 55 |
| Binary | 1011 | 11011101 | 11001011 | 1011111 | 0 | 1000 | 1101 | 10101111 | 1011011 | 101101 |
Color Harmonies of #0BDDCB
Complementary color
Monochromatic Colors of #0BDDCB
Black with #0BDDCB
Text Example
Text Example
White with #0BDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDCB; }
p { color: rgb(11,221,203); }
H1.HeaderClassName
{
color: #0BDDCB;
}
.AnyTagClassName
{
color: #0BDDCB;
}
</style>
background-color css
<style>
a { background-color: #0BDDCB; }
a { background-color: rgb(11,221,203); }
div.DivClassName
{
background-color: #0BDDCB;
}
.BgClassName
{
background-color: #0BDDCB;
}
</style>
border-color css
<style>
span { border-color: #0BDDCB; }
span { border-color: rgb(11,221,203); }
td.TdClassName
{
border-color: #0BDDCB;
}
.TagClassName
{
border-color: #0BDDCB;
}
</style>