Shades of Dark Turquoise #0BC2E3
Tints of Dark Turquoise #0BC2E3
RGB
CMYK
RGB Variations
Color information
#0BC2E3 (or 0x0BC2E3) is known color: Dark Turquoise. HEX triplet: 0B, C2 and E3. RGB value is (11,194,227). Sum of RGB (Red+Green+Blue) = 11+194+227=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #0BC2E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2E3 is #F43D1C. Grayscale: #8E8E8E. Windows color (decimal): -16006429 or 14926347. OLE color: 14926347.
HSL color Cylindrical-coordinate representation of color #0BC2E3: hue angle of 189.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC2E3 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 194 | 227 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.11 |
| HSL | 189.17º | 0.91% | 0.47% | - |
| HSV(B) | 189.17º | 0.95% | 0.89% | - |
| XYZ | 33.29 | 44.2 | 79.45 | - |
| YUV | 143.05 | 175.37 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 227 | 0.95 | 0.15 | 0 | 0.11 | 189.17 | 0.91 | 0.47 |
| Hex | B | C2 | E3 | 5F | F | 0 | B | BD | 5B | 2F |
| Octal | 13 | 302 | 343 | 137 | 17 | 0 | 13 | 275 | 133 | 57 |
| Binary | 1011 | 11000010 | 11100011 | 1011111 | 1111 | 0 | 1011 | 10111101 | 1011011 | 101111 |
Color Harmonies of #0BC2E3
Complementary color
Monochromatic Colors of #0BC2E3
Black with #0BC2E3
Text Example
Text Example
White with #0BC2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC2E3; }
p { color: rgb(11,194,227); }
H1.HeaderClassName
{
color: #0BC2E3;
}
.AnyTagClassName
{
color: #0BC2E3;
}
</style>
background-color css
<style>
a { background-color: #0BC2E3; }
a { background-color: rgb(11,194,227); }
div.DivClassName
{
background-color: #0BC2E3;
}
.BgClassName
{
background-color: #0BC2E3;
}
</style>
border-color css
<style>
span { border-color: #0BC2E3; }
span { border-color: rgb(11,194,227); }
td.TdClassName
{
border-color: #0BC2E3;
}
.TagClassName
{
border-color: #0BC2E3;
}
</style>