Shades of Bright Turquoise #0BEABD
Tints of Bright Turquoise #0BEABD
RGB
CMYK
RGB Variations
Color information
#0BEABD (or 0x0BEABD) is known color: Bright Turquoise. HEX triplet: 0B, EA and BD. RGB value is (11,234,189). Sum of RGB (Red+Green+Blue) = 11+234+189=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEABD is #F41542. Grayscale: #A2A2A2. Windows color (decimal): -15996227 or 12446219. OLE color: 12446219.
HSL color Cylindrical-coordinate representation of color #0BEABD: hue angle of 167.89º 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 #0BEABD is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 189 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.08 |
| HSL | 167.89º | 0.91% | 0.48% | - |
| HSV(B) | 167.89º | 0.95% | 0.92% | - |
| XYZ | 38.75 | 62.59 | 58.18 | - |
| YUV | 162.19 | 143.12 | 20.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 189 | 0.95 | 0 | 0.19 | 0.08 | 167.89 | 0.91 | 0.48 |
| Hex | B | EA | BD | 5F | 0 | 13 | 8 | A8 | 5B | 30 |
| Octal | 13 | 352 | 275 | 137 | 0 | 23 | 10 | 250 | 133 | 60 |
| Binary | 1011 | 11101010 | 10111101 | 1011111 | 0 | 10011 | 1000 | 10101000 | 1011011 | 110000 |
Color Harmonies of #0BEABD
Complementary color
Monochromatic Colors of #0BEABD
Black with #0BEABD
Text Example
Text Example
White with #0BEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEABD; }
p { color: rgb(11,234,189); }
H1.HeaderClassName
{
color: #0BEABD;
}
.AnyTagClassName
{
color: #0BEABD;
}
</style>
background-color css
<style>
a { background-color: #0BEABD; }
a { background-color: rgb(11,234,189); }
div.DivClassName
{
background-color: #0BEABD;
}
.BgClassName
{
background-color: #0BEABD;
}
</style>
border-color css
<style>
span { border-color: #0BEABD; }
span { border-color: rgb(11,234,189); }
td.TdClassName
{
border-color: #0BEABD;
}
.TagClassName
{
border-color: #0BEABD;
}
</style>