Shades of Bright Turquoise #0BEEBB
Tints of Bright Turquoise #0BEEBB
RGB
CMYK
RGB Variations
Color information
#0BEEBB (or 0x0BEEBB) is known color: Bright Turquoise. HEX triplet: 0B, EE and BB. RGB value is (11,238,187). Sum of RGB (Red+Green+Blue) = 11+238+187=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEEBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEEBB is #F41144. Grayscale: #A4A4A4. Windows color (decimal): -15995205 or 12316171. OLE color: 12316171.
HSL color Cylindrical-coordinate representation of color #0BEEBB: hue angle of 166.52º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEEBB is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 187 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.07 |
| HSL | 166.52º | 0.91% | 0.49% | - |
| HSV(B) | 166.52º | 0.95% | 0.93% | - |
| XYZ | 39.68 | 64.81 | 57.43 | - |
| YUV | 164.31 | 140.79 | 18.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 187 | 0.95 | 0 | 0.21 | 0.07 | 166.52 | 0.91 | 0.49 |
| Hex | B | EE | BB | 5F | 0 | 15 | 7 | A7 | 5B | 31 |
| Octal | 13 | 356 | 273 | 137 | 0 | 25 | 7 | 247 | 133 | 61 |
| Binary | 1011 | 11101110 | 10111011 | 1011111 | 0 | 10101 | 111 | 10100111 | 1011011 | 110001 |
Color Harmonies of #0BEEBB
Complementary color
Monochromatic Colors of #0BEEBB
Black with #0BEEBB
Text Example
Text Example
White with #0BEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEEBB; }
p { color: rgb(11,238,187); }
H1.HeaderClassName
{
color: #0BEEBB;
}
.AnyTagClassName
{
color: #0BEEBB;
}
</style>
background-color css
<style>
a { background-color: #0BEEBB; }
a { background-color: rgb(11,238,187); }
div.DivClassName
{
background-color: #0BEEBB;
}
.BgClassName
{
background-color: #0BEEBB;
}
</style>
border-color css
<style>
span { border-color: #0BEEBB; }
span { border-color: rgb(11,238,187); }
td.TdClassName
{
border-color: #0BEEBB;
}
.TagClassName
{
border-color: #0BEEBB;
}
</style>