Shades of Bright Turquoise #0BFABF
Tints of Bright Turquoise #0BFABF
RGB
CMYK
RGB Variations
Color information
#0BFABF (or 0x0BFABF) is known color: Bright Turquoise. HEX triplet: 0B, FA and BF. RGB value is (11,250,191). Sum of RGB (Red+Green+Blue) = 11+250+191=452 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFABF is #F40540. Grayscale: #ABABAB. Windows color (decimal): -15992129 or 12581387. OLE color: 12581387.
HSL color Cylindrical-coordinate representation of color #0BFABF: hue angle of 165.19º degrees, saturation: 0.96, 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 #0BFABF is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 191 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.02 |
| HSL | 165.19º | 0.96% | 0.51% | - |
| HSV(B) | 165.19º | 0.96% | 0.98% | - |
| XYZ | 43.73 | 72.2 | 60.92 | - |
| YUV | 171.81 | 138.82 | 13.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 191 | 0.96 | 0 | 0.24 | 0.02 | 165.19 | 0.96 | 0.51 |
| Hex | B | FA | BF | 60 | 0 | 18 | 2 | A5 | 60 | 33 |
| Octal | 13 | 372 | 277 | 140 | 0 | 30 | 2 | 245 | 140 | 63 |
| Binary | 1011 | 11111010 | 10111111 | 1100000 | 0 | 11000 | 10 | 10100101 | 1100000 | 110011 |
Color Harmonies of #0BFABF
Complementary color
Monochromatic Colors of #0BFABF
Black with #0BFABF
Text Example
Text Example
White with #0BFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFABF; }
p { color: rgb(11,250,191); }
H1.HeaderClassName
{
color: #0BFABF;
}
.AnyTagClassName
{
color: #0BFABF;
}
</style>
background-color css
<style>
a { background-color: #0BFABF; }
a { background-color: rgb(11,250,191); }
div.DivClassName
{
background-color: #0BFABF;
}
.BgClassName
{
background-color: #0BFABF;
}
</style>
border-color css
<style>
span { border-color: #0BFABF; }
span { border-color: rgb(11,250,191); }
td.TdClassName
{
border-color: #0BFABF;
}
.TagClassName
{
border-color: #0BFABF;
}
</style>