Shades of Bright Turquoise #0BFFCB
Tints of Bright Turquoise #0BFFCB
RGB
CMYK
RGB Variations
Color information
#0BFFCB (or 0x0BFFCB) is known color: Bright Turquoise. HEX triplet: 0B, FF and CB. RGB value is (11,255,203). Sum of RGB (Red+Green+Blue) = 11+255+203=469 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFCB is #F40034. Grayscale: #B0B0B0. Windows color (decimal): -15990837 or 13369099. OLE color: 13369099.
HSL color Cylindrical-coordinate representation of color #0BFFCB: hue angle of 167.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFCB is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 203 | - |
| CMYK | 0.96 | 0 | 0.20 | 0 |
| HSL | 167.21º | 1% | 0.52% | - |
| HSV(B) | 167.21º | 0.96% | 1% | - |
| XYZ | 46.68 | 75.9 | 68.69 | - |
| YUV | 176.12 | 143.16 | 10.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 203 | 0.96 | 0 | 0.20 | 0 | 167.21 | 1 | 0.52 |
| Hex | B | FF | CB | 60 | 0 | 14 | 0 | A7 | 64 | 34 |
| Octal | 13 | 377 | 313 | 140 | 0 | 24 | 0 | 247 | 144 | 64 |
| Binary | 1011 | 11111111 | 11001011 | 1100000 | 0 | 10100 | 0 | 10100111 | 1100100 | 110100 |
Color Harmonies of #0BFFCB
Complementary color
Monochromatic Colors of #0BFFCB
Black with #0BFFCB
Text Example
Text Example
White with #0BFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFCB; }
p { color: rgb(11,255,203); }
H1.HeaderClassName
{
color: #0BFFCB;
}
.AnyTagClassName
{
color: #0BFFCB;
}
</style>
background-color css
<style>
a { background-color: #0BFFCB; }
a { background-color: rgb(11,255,203); }
div.DivClassName
{
background-color: #0BFFCB;
}
.BgClassName
{
background-color: #0BFFCB;
}
</style>
border-color css
<style>
span { border-color: #0BFFCB; }
span { border-color: rgb(11,255,203); }
td.TdClassName
{
border-color: #0BFFCB;
}
.TagClassName
{
border-color: #0BFFCB;
}
</style>