Shades of Bright Turquoise #0BFACB
Tints of Bright Turquoise #0BFACB
RGB
CMYK
RGB Variations
Color information
#0BFACB (or 0x0BFACB) is known color: Bright Turquoise. HEX triplet: 0B, FA and CB. RGB value is (11,250,203). Sum of RGB (Red+Green+Blue) = 11+250+203=464 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFACB is #F40534. Grayscale: #ADADAD. Windows color (decimal): -15992117 or 13367819. OLE color: 13367819.
HSL color Cylindrical-coordinate representation of color #0BFACB: hue angle of 168.2º 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 #0BFACB is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 203 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.02 |
| HSL | 168.2º | 0.96% | 0.51% | - |
| HSV(B) | 168.2º | 0.96% | 0.98% | - |
| XYZ | 45.1 | 72.75 | 68.17 | - |
| YUV | 173.18 | 144.82 | 12.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 203 | 0.96 | 0 | 0.19 | 0.02 | 168.2 | 0.96 | 0.51 |
| Hex | B | FA | CB | 60 | 0 | 13 | 2 | A8 | 60 | 33 |
| Octal | 13 | 372 | 313 | 140 | 0 | 23 | 2 | 250 | 140 | 63 |
| Binary | 1011 | 11111010 | 11001011 | 1100000 | 0 | 10011 | 10 | 10101000 | 1100000 | 110011 |
Color Harmonies of #0BFACB
Complementary color
Monochromatic Colors of #0BFACB
Black with #0BFACB
Text Example
Text Example
White with #0BFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFACB; }
p { color: rgb(11,250,203); }
H1.HeaderClassName
{
color: #0BFACB;
}
.AnyTagClassName
{
color: #0BFACB;
}
</style>
background-color css
<style>
a { background-color: #0BFACB; }
a { background-color: rgb(11,250,203); }
div.DivClassName
{
background-color: #0BFACB;
}
.BgClassName
{
background-color: #0BFACB;
}
</style>
border-color css
<style>
span { border-color: #0BFACB; }
span { border-color: rgb(11,250,203); }
td.TdClassName
{
border-color: #0BFACB;
}
.TagClassName
{
border-color: #0BFACB;
}
</style>