Shades of Dark Turquoise #0BC6D7
Tints of Dark Turquoise #0BC6D7
RGB
CMYK
RGB Variations
Color information
#0BC6D7 (or 0x0BC6D7) is known color: Dark Turquoise. HEX triplet: 0B, C6 and D7. RGB value is (11,198,215). Sum of RGB (Red+Green+Blue) = 11+198+215=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #0BC6D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC6D7 is #F43928. Grayscale: #8F8F8F. Windows color (decimal): -16005417 or 14140939. OLE color: 14140939.
HSL color Cylindrical-coordinate representation of color #0BC6D7: hue angle of 185º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC6D7 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 198 | 215 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.16 |
| HSL | 185º | 0.9% | 0.44% | - |
| HSV(B) | 185º | 0.95% | 0.84% | - |
| XYZ | 32.6 | 45.37 | 71.33 | - |
| YUV | 144.03 | 168.05 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 198 | 215 | 0.95 | 0.08 | 0 | 0.16 | 185 | 0.9 | 0.44 |
| Hex | B | C6 | D7 | 5F | 8 | 0 | 10 | B9 | 5A | 2C |
| Octal | 13 | 306 | 327 | 137 | 10 | 0 | 20 | 271 | 132 | 54 |
| Binary | 1011 | 11000110 | 11010111 | 1011111 | 1000 | 0 | 10000 | 10111001 | 1011010 | 101100 |
Color Harmonies of #0BC6D7
Complementary color
Monochromatic Colors of #0BC6D7
Black with #0BC6D7
Text Example
Text Example
White with #0BC6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC6D7; }
p { color: rgb(11,198,215); }
H1.HeaderClassName
{
color: #0BC6D7;
}
.AnyTagClassName
{
color: #0BC6D7;
}
</style>
background-color css
<style>
a { background-color: #0BC6D7; }
a { background-color: rgb(11,198,215); }
div.DivClassName
{
background-color: #0BC6D7;
}
.BgClassName
{
background-color: #0BC6D7;
}
</style>
border-color css
<style>
span { border-color: #0BC6D7; }
span { border-color: rgb(11,198,215); }
td.TdClassName
{
border-color: #0BC6D7;
}
.TagClassName
{
border-color: #0BC6D7;
}
</style>