Shades of Bright Turquoise #0BEEBC
Tints of Bright Turquoise #0BEEBC
RGB
CMYK
RGB Variations
Color information
#0BEEBC (or 0x0BEEBC) is known color: Bright Turquoise. HEX triplet: 0B, EE and BC. RGB value is (11,238,188). Sum of RGB (Red+Green+Blue) = 11+238+188=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 238 (93.36% from 255 or 54.46% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEEBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEEBC is #F41143. Grayscale: #A4A4A4. Windows color (decimal): -15995204 or 12381707. OLE color: 12381707.
HSL color Cylindrical-coordinate representation of color #0BEEBC: hue angle of 166.78º 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 #0BEEBC is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 188 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.07 |
| HSL | 166.78º | 0.91% | 0.49% | - |
| HSV(B) | 166.78º | 0.95% | 0.93% | - |
| XYZ | 39.79 | 64.85 | 58 | - |
| YUV | 164.43 | 141.29 | 18.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 188 | 0.95 | 0 | 0.21 | 0.07 | 166.78 | 0.91 | 0.49 |
| Hex | B | EE | BC | 5F | 0 | 15 | 7 | A7 | 5B | 31 |
| Octal | 13 | 356 | 274 | 137 | 0 | 25 | 7 | 247 | 133 | 61 |
| Binary | 1011 | 11101110 | 10111100 | 1011111 | 0 | 10101 | 111 | 10100111 | 1011011 | 110001 |
Color Harmonies of #0BEEBC
Complementary color
Monochromatic Colors of #0BEEBC
Black with #0BEEBC
Text Example
Text Example
White with #0BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEEBC; }
p { color: rgb(11,238,188); }
H1.HeaderClassName
{
color: #0BEEBC;
}
.AnyTagClassName
{
color: #0BEEBC;
}
</style>
background-color css
<style>
a { background-color: #0BEEBC; }
a { background-color: rgb(11,238,188); }
div.DivClassName
{
background-color: #0BEEBC;
}
.BgClassName
{
background-color: #0BEEBC;
}
</style>
border-color css
<style>
span { border-color: #0BEEBC; }
span { border-color: rgb(11,238,188); }
td.TdClassName
{
border-color: #0BEEBC;
}
.TagClassName
{
border-color: #0BEEBC;
}
</style>