Shades of Bright Turquoise #0BEFBC
Tints of Bright Turquoise #0BEFBC
RGB
CMYK
RGB Variations
Color information
#0BEFBC (or 0x0BEFBC) is known color: Bright Turquoise. HEX triplet: 0B, EF and BC. RGB value is (11,239,188). Sum of RGB (Red+Green+Blue) = 11+239+188=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFBC is #F41043. Grayscale: #A4A4A4. Windows color (decimal): -15994948 or 12381963. OLE color: 12381963.
HSL color Cylindrical-coordinate representation of color #0BEFBC: hue angle of 166.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFBC is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 188 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.06 |
| HSL | 166.58º | 0.91% | 0.49% | - |
| HSV(B) | 166.58º | 0.95% | 0.94% | - |
| XYZ | 40.08 | 65.44 | 58.09 | - |
| YUV | 165.01 | 140.96 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 188 | 0.95 | 0 | 0.21 | 0.06 | 166.58 | 0.91 | 0.49 |
| Hex | B | EF | BC | 5F | 0 | 15 | 6 | A7 | 5B | 31 |
| Octal | 13 | 357 | 274 | 137 | 0 | 25 | 6 | 247 | 133 | 61 |
| Binary | 1011 | 11101111 | 10111100 | 1011111 | 0 | 10101 | 110 | 10100111 | 1011011 | 110001 |
Color Harmonies of #0BEFBC
Complementary color
Monochromatic Colors of #0BEFBC
Black with #0BEFBC
Text Example
Text Example
White with #0BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFBC; }
p { color: rgb(11,239,188); }
H1.HeaderClassName
{
color: #0BEFBC;
}
.AnyTagClassName
{
color: #0BEFBC;
}
</style>
background-color css
<style>
a { background-color: #0BEFBC; }
a { background-color: rgb(11,239,188); }
div.DivClassName
{
background-color: #0BEFBC;
}
.BgClassName
{
background-color: #0BEFBC;
}
</style>
border-color css
<style>
span { border-color: #0BEFBC; }
span { border-color: rgb(11,239,188); }
td.TdClassName
{
border-color: #0BEFBC;
}
.TagClassName
{
border-color: #0BEFBC;
}
</style>