Shades of Dark Turquoise #0BCBE1
Tints of Dark Turquoise #0BCBE1
RGB
CMYK
RGB Variations
Color information
#0BCBE1 (or 0x0BCBE1) is known color: Dark Turquoise. HEX triplet: 0B, CB and E1. RGB value is (11,203,225). Sum of RGB (Red+Green+Blue) = 11+203+225=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #0BCBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBE1 is #F4341E. Grayscale: #939393. Windows color (decimal): -16004127 or 14797579. OLE color: 14797579.
HSL color Cylindrical-coordinate representation of color #0BCBE1: hue angle of 186.17º 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 #0BCBE1 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 203 | 225 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.12 |
| HSL | 186.17º | 0.91% | 0.46% | - |
| HSV(B) | 186.17º | 0.95% | 0.88% | - |
| XYZ | 35.08 | 48.22 | 78.69 | - |
| YUV | 148.1 | 171.39 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 225 | 0.95 | 0.10 | 0 | 0.12 | 186.17 | 0.91 | 0.46 |
| Hex | B | CB | E1 | 5F | A | 0 | C | BA | 5B | 2E |
| Octal | 13 | 313 | 341 | 137 | 12 | 0 | 14 | 272 | 133 | 56 |
| Binary | 1011 | 11001011 | 11100001 | 1011111 | 1010 | 0 | 1100 | 10111010 | 1011011 | 101110 |
Color Harmonies of #0BCBE1
Complementary color
Monochromatic Colors of #0BCBE1
Black with #0BCBE1
Text Example
Text Example
White with #0BCBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBE1; }
p { color: rgb(11,203,225); }
H1.HeaderClassName
{
color: #0BCBE1;
}
.AnyTagClassName
{
color: #0BCBE1;
}
</style>
background-color css
<style>
a { background-color: #0BCBE1; }
a { background-color: rgb(11,203,225); }
div.DivClassName
{
background-color: #0BCBE1;
}
.BgClassName
{
background-color: #0BCBE1;
}
</style>
border-color css
<style>
span { border-color: #0BCBE1; }
span { border-color: rgb(11,203,225); }
td.TdClassName
{
border-color: #0BCBE1;
}
.TagClassName
{
border-color: #0BCBE1;
}
</style>