Shades of Dark Turquoise #0BCBDA
Tints of Dark Turquoise #0BCBDA
RGB
CMYK
RGB Variations
Color information
#0BCBDA (or 0x0BCBDA) is known color: Dark Turquoise. HEX triplet: 0B, CB and DA. RGB value is (11,203,218). Sum of RGB (Red+Green+Blue) = 11+203+218=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BCBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBDA is #F43425. Grayscale: #939393. Windows color (decimal): -16004134 or 14338827. OLE color: 14338827.
HSL color Cylindrical-coordinate representation of color #0BCBDA: hue angle of 184.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCBDA is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 203 | 218 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.15 |
| HSL | 184.35º | 0.9% | 0.45% | - |
| HSV(B) | 184.35º | 0.95% | 0.85% | - |
| XYZ | 34.15 | 47.84 | 73.76 | - |
| YUV | 147.3 | 167.89 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 218 | 0.95 | 0.07 | 0 | 0.15 | 184.35 | 0.9 | 0.45 |
| Hex | B | CB | DA | 5F | 7 | 0 | F | B8 | 5A | 2D |
| Octal | 13 | 313 | 332 | 137 | 7 | 0 | 17 | 270 | 132 | 55 |
| Binary | 1011 | 11001011 | 11011010 | 1011111 | 111 | 0 | 1111 | 10111000 | 1011010 | 101101 |
Color Harmonies of #0BCBDA
Complementary color
Monochromatic Colors of #0BCBDA
Black with #0BCBDA
Text Example
Text Example
White with #0BCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBDA; }
p { color: rgb(11,203,218); }
H1.HeaderClassName
{
color: #0BCBDA;
}
.AnyTagClassName
{
color: #0BCBDA;
}
</style>
background-color css
<style>
a { background-color: #0BCBDA; }
a { background-color: rgb(11,203,218); }
div.DivClassName
{
background-color: #0BCBDA;
}
.BgClassName
{
background-color: #0BCBDA;
}
</style>
border-color css
<style>
span { border-color: #0BCBDA; }
span { border-color: rgb(11,203,218); }
td.TdClassName
{
border-color: #0BCBDA;
}
.TagClassName
{
border-color: #0BCBDA;
}
</style>