Shades of Dark Turquoise #0BC7DD
Tints of Dark Turquoise #0BC7DD
RGB
CMYK
RGB Variations
Color information
#0BC7DD (or 0x0BC7DD) is known color: Dark Turquoise. HEX triplet: 0B, C7 and DD. RGB value is (11,199,221). Sum of RGB (Red+Green+Blue) = 11+199+221=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BC7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC7DD is #F43822. Grayscale: #919191. Windows color (decimal): -16005155 or 14534411. OLE color: 14534411.
HSL color Cylindrical-coordinate representation of color #0BC7DD: hue angle of 186.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC7DD is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 199 | 221 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.13 |
| HSL | 186.29º | 0.91% | 0.45% | - |
| HSV(B) | 186.29º | 0.95% | 0.87% | - |
| XYZ | 33.61 | 46.14 | 75.54 | - |
| YUV | 145.3 | 170.72 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 199 | 221 | 0.95 | 0.10 | 0 | 0.13 | 186.29 | 0.91 | 0.45 |
| Hex | B | C7 | DD | 5F | A | 0 | D | BA | 5B | 2D |
| Octal | 13 | 307 | 335 | 137 | 12 | 0 | 15 | 272 | 133 | 55 |
| Binary | 1011 | 11000111 | 11011101 | 1011111 | 1010 | 0 | 1101 | 10111010 | 1011011 | 101101 |
Color Harmonies of #0BC7DD
Complementary color
Monochromatic Colors of #0BC7DD
Black with #0BC7DD
Text Example
Text Example
White with #0BC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC7DD; }
p { color: rgb(11,199,221); }
H1.HeaderClassName
{
color: #0BC7DD;
}
.AnyTagClassName
{
color: #0BC7DD;
}
</style>
background-color css
<style>
a { background-color: #0BC7DD; }
a { background-color: rgb(11,199,221); }
div.DivClassName
{
background-color: #0BC7DD;
}
.BgClassName
{
background-color: #0BC7DD;
}
</style>
border-color css
<style>
span { border-color: #0BC7DD; }
span { border-color: rgb(11,199,221); }
td.TdClassName
{
border-color: #0BC7DD;
}
.TagClassName
{
border-color: #0BC7DD;
}
</style>