Shades of Dark Turquoise #0BCCD9
Tints of Dark Turquoise #0BCCD9
RGB
CMYK
RGB Variations
Color information
#0BCCD9 (or 0x0BCCD9) is known color: Dark Turquoise. HEX triplet: 0B, CC and D9. RGB value is (11,204,217). Sum of RGB (Red+Green+Blue) = 11+204+217=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #0BCCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCD9 is #F43326. Grayscale: #939393. Windows color (decimal): -16003879 or 14273547. OLE color: 14273547.
HSL color Cylindrical-coordinate representation of color #0BCCD9: hue angle of 183.79º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCCD9 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 204 | 217 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.15 |
| HSL | 183.79º | 0.9% | 0.45% | - |
| HSV(B) | 183.79º | 0.95% | 0.85% | - |
| XYZ | 34.26 | 48.27 | 73.16 | - |
| YUV | 147.78 | 167.06 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 217 | 0.95 | 0.06 | 0 | 0.15 | 183.79 | 0.9 | 0.45 |
| Hex | B | CC | D9 | 5F | 6 | 0 | F | B8 | 5A | 2D |
| Octal | 13 | 314 | 331 | 137 | 6 | 0 | 17 | 270 | 132 | 55 |
| Binary | 1011 | 11001100 | 11011001 | 1011111 | 110 | 0 | 1111 | 10111000 | 1011010 | 101101 |
Color Harmonies of #0BCCD9
Complementary color
Monochromatic Colors of #0BCCD9
Black with #0BCCD9
Text Example
Text Example
White with #0BCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCCD9; }
p { color: rgb(11,204,217); }
H1.HeaderClassName
{
color: #0BCCD9;
}
.AnyTagClassName
{
color: #0BCCD9;
}
</style>
background-color css
<style>
a { background-color: #0BCCD9; }
a { background-color: rgb(11,204,217); }
div.DivClassName
{
background-color: #0BCCD9;
}
.BgClassName
{
background-color: #0BCCD9;
}
</style>
border-color css
<style>
span { border-color: #0BCCD9; }
span { border-color: rgb(11,204,217); }
td.TdClassName
{
border-color: #0BCCD9;
}
.TagClassName
{
border-color: #0BCCD9;
}
</style>