Shades of Bright Turquoise #0BFBEB
Tints of Bright Turquoise #0BFBEB
RGB
CMYK
RGB Variations
Color information
#0BFBEB (or 0x0BFBEB) is known color: Bright Turquoise. HEX triplet: 0B, FB and EB. RGB value is (11,251,235). Sum of RGB (Red+Green+Blue) = 11+251+235=497 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.21% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFBEB is #F40414. Grayscale: #B1B1B1. Windows color (decimal): -15991829 or 15465227. OLE color: 15465227.
HSL color Cylindrical-coordinate representation of color #0BFBEB: hue angle of 176º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFBEB is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 235 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.02 |
| HSL | 176º | 0.97% | 0.51% | - |
| HSV(B) | 176º | 0.96% | 0.98% | - |
| XYZ | 49.63 | 75.06 | 90.47 | - |
| YUV | 177.42 | 160.49 | 9.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 235 | 0.96 | 0 | 0.06 | 0.02 | 176 | 0.97 | 0.51 |
| Hex | B | FB | EB | 60 | 0 | 6 | 2 | B0 | 61 | 33 |
| Octal | 13 | 373 | 353 | 140 | 0 | 6 | 2 | 260 | 141 | 63 |
| Binary | 1011 | 11111011 | 11101011 | 1100000 | 0 | 110 | 10 | 10110000 | 1100001 | 110011 |
Color Harmonies of #0BFBEB
Complementary color
Monochromatic Colors of #0BFBEB
Black with #0BFBEB
Text Example
Text Example
White with #0BFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBEB; }
p { color: rgb(11,251,235); }
H1.HeaderClassName
{
color: #0BFBEB;
}
.AnyTagClassName
{
color: #0BFBEB;
}
</style>
background-color css
<style>
a { background-color: #0BFBEB; }
a { background-color: rgb(11,251,235); }
div.DivClassName
{
background-color: #0BFBEB;
}
.BgClassName
{
background-color: #0BFBEB;
}
</style>
border-color css
<style>
span { border-color: #0BFBEB; }
span { border-color: rgb(11,251,235); }
td.TdClassName
{
border-color: #0BFBEB;
}
.TagClassName
{
border-color: #0BFBEB;
}
</style>