Shades of Bright Turquoise #0BEABB
Tints of Bright Turquoise #0BEABB
RGB
CMYK
RGB Variations
Color information
#0BEABB (or 0x0BEABB) is known color: Bright Turquoise. HEX triplet: 0B, EA and BB. RGB value is (11,234,187). Sum of RGB (Red+Green+Blue) = 11+234+187=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEABB is #F41544. Grayscale: #A1A1A1. Windows color (decimal): -15996229 or 12315147. OLE color: 12315147.
HSL color Cylindrical-coordinate representation of color #0BEABB: hue angle of 167.35º 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 #0BEABB is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 187 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.08 |
| HSL | 167.35º | 0.91% | 0.48% | - |
| HSV(B) | 167.35º | 0.95% | 0.92% | - |
| XYZ | 38.53 | 62.5 | 57.05 | - |
| YUV | 161.97 | 142.12 | 20.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 187 | 0.95 | 0 | 0.20 | 0.08 | 167.35 | 0.91 | 0.48 |
| Hex | B | EA | BB | 5F | 0 | 14 | 8 | A7 | 5B | 30 |
| Octal | 13 | 352 | 273 | 137 | 0 | 24 | 10 | 247 | 133 | 60 |
| Binary | 1011 | 11101010 | 10111011 | 1011111 | 0 | 10100 | 1000 | 10100111 | 1011011 | 110000 |
Color Harmonies of #0BEABB
Complementary color
Monochromatic Colors of #0BEABB
Black with #0BEABB
Text Example
Text Example
White with #0BEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEABB; }
p { color: rgb(11,234,187); }
H1.HeaderClassName
{
color: #0BEABB;
}
.AnyTagClassName
{
color: #0BEABB;
}
</style>
background-color css
<style>
a { background-color: #0BEABB; }
a { background-color: rgb(11,234,187); }
div.DivClassName
{
background-color: #0BEABB;
}
.BgClassName
{
background-color: #0BEABB;
}
</style>
border-color css
<style>
span { border-color: #0BEABB; }
span { border-color: rgb(11,234,187); }
td.TdClassName
{
border-color: #0BEABB;
}
.TagClassName
{
border-color: #0BEABB;
}
</style>