Shades of Bright Turquoise #0BFBD7
Tints of Bright Turquoise #0BFBD7
RGB
CMYK
RGB Variations
Color information
#0BFBD7 (or 0x0BFBD7) is known color: Bright Turquoise. HEX triplet: 0B, FB and D7. RGB value is (11,251,215). Sum of RGB (Red+Green+Blue) = 11+251+215=477 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.31% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBD7 is #F40428. Grayscale: #AFAFAF. Windows color (decimal): -15991849 or 14154507. OLE color: 14154507.
HSL color Cylindrical-coordinate representation of color #0BFBD7: hue angle of 171º 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 #0BFBD7 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 215 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.02 |
| HSL | 171º | 0.97% | 0.51% | - |
| HSV(B) | 171º | 0.96% | 0.98% | - |
| XYZ | 46.9 | 73.97 | 76.1 | - |
| YUV | 175.14 | 150.49 | 10.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 215 | 0.96 | 0 | 0.14 | 0.02 | 171 | 0.97 | 0.51 |
| Hex | B | FB | D7 | 60 | 0 | E | 2 | AB | 61 | 33 |
| Octal | 13 | 373 | 327 | 140 | 0 | 16 | 2 | 253 | 141 | 63 |
| Binary | 1011 | 11111011 | 11010111 | 1100000 | 0 | 1110 | 10 | 10101011 | 1100001 | 110011 |
Color Harmonies of #0BFBD7
Complementary color
Monochromatic Colors of #0BFBD7
Black with #0BFBD7
Text Example
Text Example
White with #0BFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBD7; }
p { color: rgb(11,251,215); }
H1.HeaderClassName
{
color: #0BFBD7;
}
.AnyTagClassName
{
color: #0BFBD7;
}
</style>
background-color css
<style>
a { background-color: #0BFBD7; }
a { background-color: rgb(11,251,215); }
div.DivClassName
{
background-color: #0BFBD7;
}
.BgClassName
{
background-color: #0BFBD7;
}
</style>
border-color css
<style>
span { border-color: #0BFBD7; }
span { border-color: rgb(11,251,215); }
td.TdClassName
{
border-color: #0BFBD7;
}
.TagClassName
{
border-color: #0BFBD7;
}
</style>