Shades of Bright Turquoise #0BDBD4
Tints of Bright Turquoise #0BDBD4
RGB
CMYK
RGB Variations
Color information
#0BDBD4 (or 0x0BDBD4) is known color: Bright Turquoise. HEX triplet: 0B, DB and D4. RGB value is (11,219,212). Sum of RGB (Red+Green+Blue) = 11+219+212=442 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDBD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBD4 is #F4242B. Grayscale: #9B9B9B. Windows color (decimal): -16000044 or 13949707. OLE color: 13949707.
HSL color Cylindrical-coordinate representation of color #0BDBD4: hue angle of 177.98º 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 #0BDBD4 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 219 | 212 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.14 |
| HSL | 177.98º | 0.9% | 0.45% | - |
| HSV(B) | 177.98º | 0.95% | 0.86% | - |
| XYZ | 37.35 | 55.49 | 71.03 | - |
| YUV | 156.01 | 159.59 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 212 | 0.95 | 0 | 0.03 | 0.14 | 177.98 | 0.9 | 0.45 |
| Hex | B | DB | D4 | 5F | 0 | 3 | E | B2 | 5A | 2D |
| Octal | 13 | 333 | 324 | 137 | 0 | 3 | 16 | 262 | 132 | 55 |
| Binary | 1011 | 11011011 | 11010100 | 1011111 | 0 | 11 | 1110 | 10110010 | 1011010 | 101101 |
Color Harmonies of #0BDBD4
Complementary color
Monochromatic Colors of #0BDBD4
Black with #0BDBD4
Text Example
Text Example
White with #0BDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDBD4; }
p { color: rgb(11,219,212); }
H1.HeaderClassName
{
color: #0BDBD4;
}
.AnyTagClassName
{
color: #0BDBD4;
}
</style>
background-color css
<style>
a { background-color: #0BDBD4; }
a { background-color: rgb(11,219,212); }
div.DivClassName
{
background-color: #0BDBD4;
}
.BgClassName
{
background-color: #0BDBD4;
}
</style>
border-color css
<style>
span { border-color: #0BDBD4; }
span { border-color: rgb(11,219,212); }
td.TdClassName
{
border-color: #0BDBD4;
}
.TagClassName
{
border-color: #0BDBD4;
}
</style>