Shades of Bright Turquoise #0BDECB
Tints of Bright Turquoise #0BDECB
RGB
CMYK
RGB Variations
Color information
#0BDECB (or 0x0BDECB) is known color: Bright Turquoise. HEX triplet: 0B, DE and CB. RGB value is (11,222,203). Sum of RGB (Red+Green+Blue) = 11+222+203=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDECB is #F42134. Grayscale: #9C9C9C. Windows color (decimal): -15999285 or 13360651. OLE color: 13360651.
HSL color Cylindrical-coordinate representation of color #0BDECB: hue angle of 174.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDECB is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 203 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.13 |
| HSL | 174.6º | 0.91% | 0.46% | - |
| HSV(B) | 174.6º | 0.95% | 0.87% | - |
| XYZ | 37.04 | 56.63 | 65.48 | - |
| YUV | 156.75 | 154.1 | 24.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 203 | 0.95 | 0 | 0.09 | 0.13 | 174.6 | 0.91 | 0.46 |
| Hex | B | DE | CB | 5F | 0 | 9 | D | AF | 5B | 2E |
| Octal | 13 | 336 | 313 | 137 | 0 | 11 | 15 | 257 | 133 | 56 |
| Binary | 1011 | 11011110 | 11001011 | 1011111 | 0 | 1001 | 1101 | 10101111 | 1011011 | 101110 |
Color Harmonies of #0BDECB
Complementary color
Monochromatic Colors of #0BDECB
Black with #0BDECB
Text Example
Text Example
White with #0BDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDECB; }
p { color: rgb(11,222,203); }
H1.HeaderClassName
{
color: #0BDECB;
}
.AnyTagClassName
{
color: #0BDECB;
}
</style>
background-color css
<style>
a { background-color: #0BDECB; }
a { background-color: rgb(11,222,203); }
div.DivClassName
{
background-color: #0BDECB;
}
.BgClassName
{
background-color: #0BDECB;
}
</style>
border-color css
<style>
span { border-color: #0BDECB; }
span { border-color: rgb(11,222,203); }
td.TdClassName
{
border-color: #0BDECB;
}
.TagClassName
{
border-color: #0BDECB;
}
</style>