Shades of Bright Turquoise #0BDDD6
Tints of Bright Turquoise #0BDDD6
RGB
CMYK
RGB Variations
Color information
#0BDDD6 (or 0x0BDDD6) is known color: Bright Turquoise. HEX triplet: 0B, DD and D6. RGB value is (11,221,214). Sum of RGB (Red+Green+Blue) = 11+221+214=446 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDD6 is #F42229. Grayscale: #9D9D9D. Windows color (decimal): -15999530 or 14081291. OLE color: 14081291.
HSL color Cylindrical-coordinate representation of color #0BDDD6: hue angle of 178º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDD6 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 214 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.13 |
| HSL | 178º | 0.91% | 0.45% | - |
| HSV(B) | 178º | 0.95% | 0.87% | - |
| XYZ | 38.13 | 56.64 | 72.54 | - |
| YUV | 157.41 | 159.93 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 214 | 0.95 | 0 | 0.03 | 0.13 | 178 | 0.91 | 0.45 |
| Hex | B | DD | D6 | 5F | 0 | 3 | D | B2 | 5B | 2D |
| Octal | 13 | 335 | 326 | 137 | 0 | 3 | 15 | 262 | 133 | 55 |
| Binary | 1011 | 11011101 | 11010110 | 1011111 | 0 | 11 | 1101 | 10110010 | 1011011 | 101101 |
Color Harmonies of #0BDDD6
Complementary color
Monochromatic Colors of #0BDDD6
Black with #0BDDD6
Text Example
Text Example
White with #0BDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDD6; }
p { color: rgb(11,221,214); }
H1.HeaderClassName
{
color: #0BDDD6;
}
.AnyTagClassName
{
color: #0BDDD6;
}
</style>
background-color css
<style>
a { background-color: #0BDDD6; }
a { background-color: rgb(11,221,214); }
div.DivClassName
{
background-color: #0BDDD6;
}
.BgClassName
{
background-color: #0BDDD6;
}
</style>
border-color css
<style>
span { border-color: #0BDDD6; }
span { border-color: rgb(11,221,214); }
td.TdClassName
{
border-color: #0BDDD6;
}
.TagClassName
{
border-color: #0BDDD6;
}
</style>