Shades of Bright Turquoise #0BDCD6
Tints of Bright Turquoise #0BDCD6
RGB
CMYK
RGB Variations
Color information
#0BDCD6 (or 0x0BDCD6) is known color: Bright Turquoise. HEX triplet: 0B, DC and D6. RGB value is (11,220,214). Sum of RGB (Red+Green+Blue) = 11+220+214=445 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDCD6 is #F42329. Grayscale: #9C9C9C. Windows color (decimal): -15999786 or 14081035. OLE color: 14081035.
HSL color Cylindrical-coordinate representation of color #0BDCD6: hue angle of 178.28º 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 #0BDCD6 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 214 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.14 |
| HSL | 178.28º | 0.9% | 0.45% | - |
| HSV(B) | 178.28º | 0.95% | 0.86% | - |
| XYZ | 37.87 | 56.11 | 72.45 | - |
| YUV | 156.83 | 160.26 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 214 | 0.95 | 0 | 0.03 | 0.14 | 178.28 | 0.9 | 0.45 |
| Hex | B | DC | D6 | 5F | 0 | 3 | E | B2 | 5A | 2D |
| Octal | 13 | 334 | 326 | 137 | 0 | 3 | 16 | 262 | 132 | 55 |
| Binary | 1011 | 11011100 | 11010110 | 1011111 | 0 | 11 | 1110 | 10110010 | 1011010 | 101101 |
Color Harmonies of #0BDCD6
Complementary color
Monochromatic Colors of #0BDCD6
Black with #0BDCD6
Text Example
Text Example
White with #0BDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCD6; }
p { color: rgb(11,220,214); }
H1.HeaderClassName
{
color: #0BDCD6;
}
.AnyTagClassName
{
color: #0BDCD6;
}
</style>
background-color css
<style>
a { background-color: #0BDCD6; }
a { background-color: rgb(11,220,214); }
div.DivClassName
{
background-color: #0BDCD6;
}
.BgClassName
{
background-color: #0BDCD6;
}
</style>
border-color css
<style>
span { border-color: #0BDCD6; }
span { border-color: rgb(11,220,214); }
td.TdClassName
{
border-color: #0BDCD6;
}
.TagClassName
{
border-color: #0BDCD6;
}
</style>