Shades of Dark Turquoise #0BCBDD
Tints of Dark Turquoise #0BCBDD
RGB
CMYK
RGB Variations
Color information
#0BCBDD (or 0x0BCBDD) is known color: Dark Turquoise. HEX triplet: 0B, CB and DD. RGB value is (11,203,221). Sum of RGB (Red+Green+Blue) = 11+203+221=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BCBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBDD is #F43422. Grayscale: #939393. Windows color (decimal): -16004131 or 14535435. OLE color: 14535435.
HSL color Cylindrical-coordinate representation of color #0BCBDD: hue angle of 185.14º 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 #0BCBDD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 203 | 221 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.13 |
| HSL | 185.14º | 0.91% | 0.45% | - |
| HSV(B) | 185.14º | 0.95% | 0.87% | - |
| XYZ | 34.55 | 48 | 75.85 | - |
| YUV | 147.64 | 169.39 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 221 | 0.95 | 0.08 | 0 | 0.13 | 185.14 | 0.91 | 0.45 |
| Hex | B | CB | DD | 5F | 8 | 0 | D | B9 | 5B | 2D |
| Octal | 13 | 313 | 335 | 137 | 10 | 0 | 15 | 271 | 133 | 55 |
| Binary | 1011 | 11001011 | 11011101 | 1011111 | 1000 | 0 | 1101 | 10111001 | 1011011 | 101101 |
Color Harmonies of #0BCBDD
Complementary color
Monochromatic Colors of #0BCBDD
Black with #0BCBDD
Text Example
Text Example
White with #0BCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBDD; }
p { color: rgb(11,203,221); }
H1.HeaderClassName
{
color: #0BCBDD;
}
.AnyTagClassName
{
color: #0BCBDD;
}
</style>
background-color css
<style>
a { background-color: #0BCBDD; }
a { background-color: rgb(11,203,221); }
div.DivClassName
{
background-color: #0BCBDD;
}
.BgClassName
{
background-color: #0BCBDD;
}
</style>
border-color css
<style>
span { border-color: #0BCBDD; }
span { border-color: rgb(11,203,221); }
td.TdClassName
{
border-color: #0BCBDD;
}
.TagClassName
{
border-color: #0BCBDD;
}
</style>