Shades of Dark Turquoise #0BCCDC
Tints of Dark Turquoise #0BCCDC
RGB
CMYK
RGB Variations
Color information
#0BCCDC (or 0x0BCCDC) is known color: Dark Turquoise. HEX triplet: 0B, CC and DC. RGB value is (11,204,220). Sum of RGB (Red+Green+Blue) = 11+204+220=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BCCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCDC is #F43323. Grayscale: #939393. Windows color (decimal): -16003876 or 14470155. OLE color: 14470155.
HSL color Cylindrical-coordinate representation of color #0BCCDC: hue angle of 184.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCCDC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 204 | 220 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.14 |
| HSL | 184.59º | 0.9% | 0.45% | - |
| HSV(B) | 184.59º | 0.95% | 0.86% | - |
| XYZ | 34.65 | 48.42 | 75.23 | - |
| YUV | 148.12 | 168.56 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 220 | 0.95 | 0.07 | 0 | 0.14 | 184.59 | 0.9 | 0.45 |
| Hex | B | CC | DC | 5F | 7 | 0 | E | B9 | 5A | 2D |
| Octal | 13 | 314 | 334 | 137 | 7 | 0 | 16 | 271 | 132 | 55 |
| Binary | 1011 | 11001100 | 11011100 | 1011111 | 111 | 0 | 1110 | 10111001 | 1011010 | 101101 |
Color Harmonies of #0BCCDC
Complementary color
Monochromatic Colors of #0BCCDC
Black with #0BCCDC
Text Example
Text Example
White with #0BCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCCDC; }
p { color: rgb(11,204,220); }
H1.HeaderClassName
{
color: #0BCCDC;
}
.AnyTagClassName
{
color: #0BCCDC;
}
</style>
background-color css
<style>
a { background-color: #0BCCDC; }
a { background-color: rgb(11,204,220); }
div.DivClassName
{
background-color: #0BCCDC;
}
.BgClassName
{
background-color: #0BCCDC;
}
</style>
border-color css
<style>
span { border-color: #0BCCDC; }
span { border-color: rgb(11,204,220); }
td.TdClassName
{
border-color: #0BCCDC;
}
.TagClassName
{
border-color: #0BCCDC;
}
</style>