Shades of Bright Turquoise #0BEAC0
Tints of Bright Turquoise #0BEAC0
RGB
CMYK
RGB Variations
Color information
#0BEAC0 (or 0x0BEAC0) is known color: Bright Turquoise. HEX triplet: 0B, EA and C0. RGB value is (11,234,192). Sum of RGB (Red+Green+Blue) = 11+234+192=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEAC0 is #F4153F. Grayscale: #A2A2A2. Windows color (decimal): -15996224 or 12642827. OLE color: 12642827.
HSL color Cylindrical-coordinate representation of color #0BEAC0: hue angle of 168.7º 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 #0BEAC0 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 192 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.08 |
| HSL | 168.7º | 0.91% | 0.48% | - |
| HSV(B) | 168.7º | 0.95% | 0.92% | - |
| XYZ | 39.08 | 62.72 | 59.92 | - |
| YUV | 162.54 | 144.62 | 19.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 192 | 0.95 | 0 | 0.18 | 0.08 | 168.7 | 0.91 | 0.48 |
| Hex | B | EA | C0 | 5F | 0 | 12 | 8 | A9 | 5B | 30 |
| Octal | 13 | 352 | 300 | 137 | 0 | 22 | 10 | 251 | 133 | 60 |
| Binary | 1011 | 11101010 | 11000000 | 1011111 | 0 | 10010 | 1000 | 10101001 | 1011011 | 110000 |
Color Harmonies of #0BEAC0
Complementary color
Monochromatic Colors of #0BEAC0
Black with #0BEAC0
Text Example
Text Example
White with #0BEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEAC0; }
p { color: rgb(11,234,192); }
H1.HeaderClassName
{
color: #0BEAC0;
}
.AnyTagClassName
{
color: #0BEAC0;
}
</style>
background-color css
<style>
a { background-color: #0BEAC0; }
a { background-color: rgb(11,234,192); }
div.DivClassName
{
background-color: #0BEAC0;
}
.BgClassName
{
background-color: #0BEAC0;
}
</style>
border-color css
<style>
span { border-color: #0BEAC0; }
span { border-color: rgb(11,234,192); }
td.TdClassName
{
border-color: #0BEAC0;
}
.TagClassName
{
border-color: #0BEAC0;
}
</style>