Shades of Dark Turquoise #0BD9CC
Tints of Dark Turquoise #0BD9CC
RGB
CMYK
RGB Variations
Color information
#0BD9CC (or 0x0BD9CC) is known color: Dark Turquoise. HEX triplet: 0B, D9 and CC. RGB value is (11,217,204). Sum of RGB (Red+Green+Blue) = 11+217+204=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD9CC is #F42633. Grayscale: #999999. Windows color (decimal): -16000564 or 13424907. OLE color: 13424907.
HSL color Cylindrical-coordinate representation of color #0BD9CC: hue angle of 176.21º 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 #0BD9CC is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 217 | 204 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.15 |
| HSL | 176.21º | 0.9% | 0.45% | - |
| HSV(B) | 176.21º | 0.95% | 0.85% | - |
| XYZ | 35.85 | 54.06 | 65.67 | - |
| YUV | 153.92 | 156.25 | 26.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 217 | 204 | 0.95 | 0 | 0.06 | 0.15 | 176.21 | 0.9 | 0.45 |
| Hex | B | D9 | CC | 5F | 0 | 6 | F | B0 | 5A | 2D |
| Octal | 13 | 331 | 314 | 137 | 0 | 6 | 17 | 260 | 132 | 55 |
| Binary | 1011 | 11011001 | 11001100 | 1011111 | 0 | 110 | 1111 | 10110000 | 1011010 | 101101 |
Color Harmonies of #0BD9CC
Complementary color
Monochromatic Colors of #0BD9CC
Black with #0BD9CC
Text Example
Text Example
White with #0BD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD9CC; }
p { color: rgb(11,217,204); }
H1.HeaderClassName
{
color: #0BD9CC;
}
.AnyTagClassName
{
color: #0BD9CC;
}
</style>
background-color css
<style>
a { background-color: #0BD9CC; }
a { background-color: rgb(11,217,204); }
div.DivClassName
{
background-color: #0BD9CC;
}
.BgClassName
{
background-color: #0BD9CC;
}
</style>
border-color css
<style>
span { border-color: #0BD9CC; }
span { border-color: rgb(11,217,204); }
td.TdClassName
{
border-color: #0BD9CC;
}
.TagClassName
{
border-color: #0BD9CC;
}
</style>