Shades of Bright Turquoise #0BEBBC
Tints of Bright Turquoise #0BEBBC
RGB
CMYK
RGB Variations
Color information
#0BEBBC (or 0x0BEBBC) is known color: Bright Turquoise. HEX triplet: 0B, EB and BC. RGB value is (11,235,188). Sum of RGB (Red+Green+Blue) = 11+235+188=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBBC is #F41443. Grayscale: #A2A2A2. Windows color (decimal): -15995972 or 12380939. OLE color: 12380939.
HSL color Cylindrical-coordinate representation of color #0BEBBC: hue angle of 167.41º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEBBC is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 188 | - |
| CMYK | 0.95 | 0 | 0.2 | 0.08 |
| HSL | 167.41º | 0.91% | 0.48% | - |
| HSV(B) | 167.41º | 0.95% | 0.92% | - |
| XYZ | 38.92 | 63.12 | 57.71 | - |
| YUV | 162.67 | 142.29 | 19.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 188 | 0.95 | 0 | 0.2 | 0.08 | 167.41 | 0.91 | 0.48 |
| Hex | B | EB | BC | 5F | 0 | 14 | 8 | A7 | 5B | 30 |
| Octal | 13 | 353 | 274 | 137 | 0 | 24 | 10 | 247 | 133 | 60 |
| Binary | 1011 | 11101011 | 10111100 | 1011111 | 0 | 10100 | 1000 | 10100111 | 1011011 | 110000 |
Color Harmonies of #0BEBBC
Complementary color
Monochromatic Colors of #0BEBBC
Black with #0BEBBC
Text Example
Text Example
White with #0BEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBBC; }
p { color: rgb(11,235,188); }
H1.HeaderClassName
{
color: #0BEBBC;
}
.AnyTagClassName
{
color: #0BEBBC;
}
</style>
background-color css
<style>
a { background-color: #0BEBBC; }
a { background-color: rgb(11,235,188); }
div.DivClassName
{
background-color: #0BEBBC;
}
.BgClassName
{
background-color: #0BEBBC;
}
</style>
border-color css
<style>
span { border-color: #0BEBBC; }
span { border-color: rgb(11,235,188); }
td.TdClassName
{
border-color: #0BEBBC;
}
.TagClassName
{
border-color: #0BEBBC;
}
</style>