Shades of Dark Turquoise #0BCBE0
Tints of Dark Turquoise #0BCBE0
RGB
CMYK
RGB Variations
Color information
#0BCBE0 (or 0x0BCBE0) is known color: Dark Turquoise. HEX triplet: 0B, CB and E0. RGB value is (11,203,224). Sum of RGB (Red+Green+Blue) = 11+203+224=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #0BCBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBE0 is #F4341F. Grayscale: #939393. Windows color (decimal): -16004128 or 14732043. OLE color: 14732043.
HSL color Cylindrical-coordinate representation of color #0BCBE0: hue angle of 185.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCBE0 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 203 | 224 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.12 |
| HSL | 185.92º | 0.91% | 0.46% | - |
| HSV(B) | 185.92º | 0.95% | 0.88% | - |
| XYZ | 34.95 | 48.16 | 77.98 | - |
| YUV | 147.99 | 170.89 | 30.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 224 | 0.95 | 0.09 | 0 | 0.12 | 185.92 | 0.91 | 0.46 |
| Hex | B | CB | E0 | 5F | 9 | 0 | C | BA | 5B | 2E |
| Octal | 13 | 313 | 340 | 137 | 11 | 0 | 14 | 272 | 133 | 56 |
| Binary | 1011 | 11001011 | 11100000 | 1011111 | 1001 | 0 | 1100 | 10111010 | 1011011 | 101110 |
Color Harmonies of #0BCBE0
Complementary color
Monochromatic Colors of #0BCBE0
Black with #0BCBE0
Text Example
Text Example
White with #0BCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBE0; }
p { color: rgb(11,203,224); }
H1.HeaderClassName
{
color: #0BCBE0;
}
.AnyTagClassName
{
color: #0BCBE0;
}
</style>
background-color css
<style>
a { background-color: #0BCBE0; }
a { background-color: rgb(11,203,224); }
div.DivClassName
{
background-color: #0BCBE0;
}
.BgClassName
{
background-color: #0BCBE0;
}
</style>
border-color css
<style>
span { border-color: #0BCBE0; }
span { border-color: rgb(11,203,224); }
td.TdClassName
{
border-color: #0BCBE0;
}
.TagClassName
{
border-color: #0BCBE0;
}
</style>