Shades of Bright Turquoise #0BEACB
Tints of Bright Turquoise #0BEACB
RGB
CMYK
RGB Variations
Color information
#0BEACB (or 0x0BEACB) is known color: Bright Turquoise. HEX triplet: 0B, EA and CB. RGB value is (11,234,203). Sum of RGB (Red+Green+Blue) = 11+234+203=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEACB is #F41534. Grayscale: #A3A3A3. Windows color (decimal): -15996213 or 13363723. OLE color: 13363723.
HSL color Cylindrical-coordinate representation of color #0BEACB: hue angle of 171.66º 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 #0BEACB is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 203 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.08 |
| HSL | 171.66º | 0.91% | 0.48% | - |
| HSV(B) | 171.66º | 0.95% | 0.92% | - |
| XYZ | 40.34 | 63.23 | 66.58 | - |
| YUV | 163.79 | 150.12 | 19.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 203 | 0.95 | 0 | 0.13 | 0.08 | 171.66 | 0.91 | 0.48 |
| Hex | B | EA | CB | 5F | 0 | D | 8 | AC | 5B | 30 |
| Octal | 13 | 352 | 313 | 137 | 0 | 15 | 10 | 254 | 133 | 60 |
| Binary | 1011 | 11101010 | 11001011 | 1011111 | 0 | 1101 | 1000 | 10101100 | 1011011 | 110000 |
Color Harmonies of #0BEACB
Complementary color
Monochromatic Colors of #0BEACB
Black with #0BEACB
Text Example
Text Example
White with #0BEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEACB; }
p { color: rgb(11,234,203); }
H1.HeaderClassName
{
color: #0BEACB;
}
.AnyTagClassName
{
color: #0BEACB;
}
</style>
background-color css
<style>
a { background-color: #0BEACB; }
a { background-color: rgb(11,234,203); }
div.DivClassName
{
background-color: #0BEACB;
}
.BgClassName
{
background-color: #0BEACB;
}
</style>
border-color css
<style>
span { border-color: #0BEACB; }
span { border-color: rgb(11,234,203); }
td.TdClassName
{
border-color: #0BEACB;
}
.TagClassName
{
border-color: #0BEACB;
}
</style>