Shades of Bright Turquoise #0BFBC9
Tints of Bright Turquoise #0BFBC9
RGB
CMYK
RGB Variations
Color information
#0BFBC9 (or 0x0BFBC9) is known color: Bright Turquoise. HEX triplet: 0B, FB and C9. RGB value is (11,251,201). Sum of RGB (Red+Green+Blue) = 11+251+201=463 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.38% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBC9 is #F40436. Grayscale: #ADADAD. Windows color (decimal): -15991863 or 13237003. OLE color: 13237003.
HSL color Cylindrical-coordinate representation of color #0BFBC9: hue angle of 167.5º 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 #0BFBC9 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 201 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.02 |
| HSL | 167.5º | 0.97% | 0.51% | - |
| HSV(B) | 167.5º | 0.96% | 0.98% | - |
| XYZ | 45.18 | 73.28 | 67.02 | - |
| YUV | 173.54 | 143.49 | 12.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 201 | 0.96 | 0 | 0.20 | 0.02 | 167.5 | 0.97 | 0.51 |
| Hex | B | FB | C9 | 60 | 0 | 14 | 2 | A8 | 61 | 33 |
| Octal | 13 | 373 | 311 | 140 | 0 | 24 | 2 | 250 | 141 | 63 |
| Binary | 1011 | 11111011 | 11001001 | 1100000 | 0 | 10100 | 10 | 10101000 | 1100001 | 110011 |
Color Harmonies of #0BFBC9
Complementary color
Monochromatic Colors of #0BFBC9
Black with #0BFBC9
Text Example
Text Example
White with #0BFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBC9; }
p { color: rgb(11,251,201); }
H1.HeaderClassName
{
color: #0BFBC9;
}
.AnyTagClassName
{
color: #0BFBC9;
}
</style>
background-color css
<style>
a { background-color: #0BFBC9; }
a { background-color: rgb(11,251,201); }
div.DivClassName
{
background-color: #0BFBC9;
}
.BgClassName
{
background-color: #0BFBC9;
}
</style>
border-color css
<style>
span { border-color: #0BFBC9; }
span { border-color: rgb(11,251,201); }
td.TdClassName
{
border-color: #0BFBC9;
}
.TagClassName
{
border-color: #0BFBC9;
}
</style>