Shades of Dark Turquoise #0BDCCF
Tints of Dark Turquoise #0BDCCF
RGB
CMYK
RGB Variations
Color information
#0BDCCF (or 0x0BDCCF) is known color: Dark Turquoise. HEX triplet: 0B, DC and CF. RGB value is (11,220,207). Sum of RGB (Red+Green+Blue) = 11+220+207=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDCCF is #F42330. Grayscale: #9B9B9B. Windows color (decimal): -15999793 or 13622283. OLE color: 13622283.
HSL color Cylindrical-coordinate representation of color #0BDCCF: hue angle of 176.27º 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 #0BDCCF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 207 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.14 |
| HSL | 176.27º | 0.9% | 0.45% | - |
| HSV(B) | 176.27º | 0.95% | 0.86% | - |
| XYZ | 36.99 | 55.76 | 67.84 | - |
| YUV | 156.03 | 156.76 | 24.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 207 | 0.95 | 0 | 0.06 | 0.14 | 176.27 | 0.9 | 0.45 |
| Hex | B | DC | CF | 5F | 0 | 6 | E | B0 | 5A | 2D |
| Octal | 13 | 334 | 317 | 137 | 0 | 6 | 16 | 260 | 132 | 55 |
| Binary | 1011 | 11011100 | 11001111 | 1011111 | 0 | 110 | 1110 | 10110000 | 1011010 | 101101 |
Color Harmonies of #0BDCCF
Complementary color
Monochromatic Colors of #0BDCCF
Black with #0BDCCF
Text Example
Text Example
White with #0BDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCCF; }
p { color: rgb(11,220,207); }
H1.HeaderClassName
{
color: #0BDCCF;
}
.AnyTagClassName
{
color: #0BDCCF;
}
</style>
background-color css
<style>
a { background-color: #0BDCCF; }
a { background-color: rgb(11,220,207); }
div.DivClassName
{
background-color: #0BDCCF;
}
.BgClassName
{
background-color: #0BDCCF;
}
</style>
border-color css
<style>
span { border-color: #0BDCCF; }
span { border-color: rgb(11,220,207); }
td.TdClassName
{
border-color: #0BDCCF;
}
.TagClassName
{
border-color: #0BDCCF;
}
</style>