Shades of Dark Turquoise #0BC9E0
Tints of Dark Turquoise #0BC9E0
RGB
CMYK
RGB Variations
Color information
#0BC9E0 (or 0x0BC9E0) is known color: Dark Turquoise. HEX triplet: 0B, C9 and E0. RGB value is (11,201,224). Sum of RGB (Red+Green+Blue) = 11+201+224=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #0BC9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9E0 is #F4361F. Grayscale: #929292. Windows color (decimal): -16004640 or 14731531. OLE color: 14731531.
HSL color Cylindrical-coordinate representation of color #0BC9E0: hue angle of 186.48º 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 #0BC9E0 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 201 | 224 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.12 |
| HSL | 186.48º | 0.91% | 0.46% | - |
| HSV(B) | 186.48º | 0.95% | 0.88% | - |
| XYZ | 34.48 | 47.23 | 77.82 | - |
| YUV | 146.81 | 171.55 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 224 | 0.95 | 0.10 | 0 | 0.12 | 186.48 | 0.91 | 0.46 |
| Hex | B | C9 | E0 | 5F | A | 0 | C | BA | 5B | 2E |
| Octal | 13 | 311 | 340 | 137 | 12 | 0 | 14 | 272 | 133 | 56 |
| Binary | 1011 | 11001001 | 11100000 | 1011111 | 1010 | 0 | 1100 | 10111010 | 1011011 | 101110 |
Color Harmonies of #0BC9E0
Complementary color
Monochromatic Colors of #0BC9E0
Black with #0BC9E0
Text Example
Text Example
White with #0BC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9E0; }
p { color: rgb(11,201,224); }
H1.HeaderClassName
{
color: #0BC9E0;
}
.AnyTagClassName
{
color: #0BC9E0;
}
</style>
background-color css
<style>
a { background-color: #0BC9E0; }
a { background-color: rgb(11,201,224); }
div.DivClassName
{
background-color: #0BC9E0;
}
.BgClassName
{
background-color: #0BC9E0;
}
</style>
border-color css
<style>
span { border-color: #0BC9E0; }
span { border-color: rgb(11,201,224); }
td.TdClassName
{
border-color: #0BC9E0;
}
.TagClassName
{
border-color: #0BC9E0;
}
</style>