Shades of Bright Turquoise #0BEEC0
Tints of Bright Turquoise #0BEEC0
RGB
CMYK
RGB Variations
Color information
#0BEEC0 (or 0x0BEEC0) is known color: Bright Turquoise. HEX triplet: 0B, EE and C0. RGB value is (11,238,192). Sum of RGB (Red+Green+Blue) = 11+238+192=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEEC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEEC0 is #F4113F. Grayscale: #A4A4A4. Windows color (decimal): -15995200 or 12643851. OLE color: 12643851.
HSL color Cylindrical-coordinate representation of color #0BEEC0: hue angle of 167.84º 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 #0BEEC0 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 192 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.07 |
| HSL | 167.84º | 0.91% | 0.49% | - |
| HSV(B) | 167.84º | 0.95% | 0.93% | - |
| XYZ | 40.23 | 65.03 | 60.3 | - |
| YUV | 164.88 | 143.29 | 18.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 192 | 0.95 | 0 | 0.19 | 0.07 | 167.84 | 0.91 | 0.49 |
| Hex | B | EE | C0 | 5F | 0 | 13 | 7 | A8 | 5B | 31 |
| Octal | 13 | 356 | 300 | 137 | 0 | 23 | 7 | 250 | 133 | 61 |
| Binary | 1011 | 11101110 | 11000000 | 1011111 | 0 | 10011 | 111 | 10101000 | 1011011 | 110001 |
Color Harmonies of #0BEEC0
Complementary color
Monochromatic Colors of #0BEEC0
Black with #0BEEC0
Text Example
Text Example
White with #0BEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEEC0; }
p { color: rgb(11,238,192); }
H1.HeaderClassName
{
color: #0BEEC0;
}
.AnyTagClassName
{
color: #0BEEC0;
}
</style>
background-color css
<style>
a { background-color: #0BEEC0; }
a { background-color: rgb(11,238,192); }
div.DivClassName
{
background-color: #0BEEC0;
}
.BgClassName
{
background-color: #0BEEC0;
}
</style>
border-color css
<style>
span { border-color: #0BEEC0; }
span { border-color: rgb(11,238,192); }
td.TdClassName
{
border-color: #0BEEC0;
}
.TagClassName
{
border-color: #0BEEC0;
}
</style>