Shades of Bright Turquoise #0BFBDB
Tints of Bright Turquoise #0BFBDB
RGB
CMYK
RGB Variations
Color information
#0BFBDB (or 0x0BFBDB) is known color: Bright Turquoise. HEX triplet: 0B, FB and DB. RGB value is (11,251,219). Sum of RGB (Red+Green+Blue) = 11+251+219=481 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBDB is #F40424. Grayscale: #AFAFAF. Windows color (decimal): -15991845 or 14416651. OLE color: 14416651.
HSL color Cylindrical-coordinate representation of color #0BFBDB: hue angle of 172º 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 #0BFBDB is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 219 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.02 |
| HSL | 172º | 0.97% | 0.51% | - |
| HSV(B) | 172º | 0.96% | 0.98% | - |
| XYZ | 47.42 | 74.18 | 78.84 | - |
| YUV | 175.59 | 152.49 | 10.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 219 | 0.96 | 0 | 0.13 | 0.02 | 172 | 0.97 | 0.51 |
| Hex | B | FB | DB | 60 | 0 | D | 2 | AC | 61 | 33 |
| Octal | 13 | 373 | 333 | 140 | 0 | 15 | 2 | 254 | 141 | 63 |
| Binary | 1011 | 11111011 | 11011011 | 1100000 | 0 | 1101 | 10 | 10101100 | 1100001 | 110011 |
Color Harmonies of #0BFBDB
Complementary color
Monochromatic Colors of #0BFBDB
Black with #0BFBDB
Text Example
Text Example
White with #0BFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBDB; }
p { color: rgb(11,251,219); }
H1.HeaderClassName
{
color: #0BFBDB;
}
.AnyTagClassName
{
color: #0BFBDB;
}
</style>
background-color css
<style>
a { background-color: #0BFBDB; }
a { background-color: rgb(11,251,219); }
div.DivClassName
{
background-color: #0BFBDB;
}
.BgClassName
{
background-color: #0BFBDB;
}
</style>
border-color css
<style>
span { border-color: #0BFBDB; }
span { border-color: rgb(11,251,219); }
td.TdClassName
{
border-color: #0BFBDB;
}
.TagClassName
{
border-color: #0BFBDB;
}
</style>