Shades of Bright Turquoise #0BDBDD
Tints of Bright Turquoise #0BDBDD
RGB
CMYK
RGB Variations
Color information
#0BDBDD (or 0x0BDBDD) is known color: Bright Turquoise. HEX triplet: 0B, DB and DD. RGB value is (11,219,221). Sum of RGB (Red+Green+Blue) = 11+219+221=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BDBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBDD is #F42422. Grayscale: #9C9C9C. Windows color (decimal): -16000035 or 14539531. OLE color: 14539531.
HSL color Cylindrical-coordinate representation of color #0BDBDD: hue angle of 180.57º 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 #0BDBDD is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 219 | 221 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.13 |
| HSL | 180.57º | 0.91% | 0.45% | - |
| HSV(B) | 180.57º | 0.95% | 0.87% | - |
| XYZ | 38.52 | 55.95 | 77.18 | - |
| YUV | 157.04 | 164.09 | 23.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 221 | 0.95 | 0.01 | 0 | 0.13 | 180.57 | 0.91 | 0.45 |
| Hex | B | DB | DD | 5F | 1 | 0 | D | B5 | 5B | 2D |
| Octal | 13 | 333 | 335 | 137 | 1 | 0 | 15 | 265 | 133 | 55 |
| Binary | 1011 | 11011011 | 11011101 | 1011111 | 1 | 0 | 1101 | 10110101 | 1011011 | 101101 |
Color Harmonies of #0BDBDD
Complementary color
Monochromatic Colors of #0BDBDD
Black with #0BDBDD
Text Example
Text Example
White with #0BDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDBDD; }
p { color: rgb(11,219,221); }
H1.HeaderClassName
{
color: #0BDBDD;
}
.AnyTagClassName
{
color: #0BDBDD;
}
</style>
background-color css
<style>
a { background-color: #0BDBDD; }
a { background-color: rgb(11,219,221); }
div.DivClassName
{
background-color: #0BDBDD;
}
.BgClassName
{
background-color: #0BDBDD;
}
</style>
border-color css
<style>
span { border-color: #0BDBDD; }
span { border-color: rgb(11,219,221); }
td.TdClassName
{
border-color: #0BDBDD;
}
.TagClassName
{
border-color: #0BDBDD;
}
</style>