Shades of Bright Turquoise #0BEABF
Tints of Bright Turquoise #0BEABF
RGB
CMYK
RGB Variations
Color information
#0BEABF (or 0x0BEABF) is known color: Bright Turquoise. HEX triplet: 0B, EA and BF. RGB value is (11,234,191). Sum of RGB (Red+Green+Blue) = 11+234+191=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEABF is #F41540. Grayscale: #A2A2A2. Windows color (decimal): -15996225 or 12577291. OLE color: 12577291.
HSL color Cylindrical-coordinate representation of color #0BEABF: hue angle of 168.43º 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 #0BEABF is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 191 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.08 |
| HSL | 168.43º | 0.91% | 0.48% | - |
| HSV(B) | 168.43º | 0.95% | 0.92% | - |
| XYZ | 38.96 | 62.68 | 59.33 | - |
| YUV | 162.42 | 144.12 | 20 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 191 | 0.95 | 0 | 0.18 | 0.08 | 168.43 | 0.91 | 0.48 |
| Hex | B | EA | BF | 5F | 0 | 12 | 8 | A8 | 5B | 30 |
| Octal | 13 | 352 | 277 | 137 | 0 | 22 | 10 | 250 | 133 | 60 |
| Binary | 1011 | 11101010 | 10111111 | 1011111 | 0 | 10010 | 1000 | 10101000 | 1011011 | 110000 |
Color Harmonies of #0BEABF
Complementary color
Monochromatic Colors of #0BEABF
Black with #0BEABF
Text Example
Text Example
White with #0BEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEABF; }
p { color: rgb(11,234,191); }
H1.HeaderClassName
{
color: #0BEABF;
}
.AnyTagClassName
{
color: #0BEABF;
}
</style>
background-color css
<style>
a { background-color: #0BEABF; }
a { background-color: rgb(11,234,191); }
div.DivClassName
{
background-color: #0BEABF;
}
.BgClassName
{
background-color: #0BEABF;
}
</style>
border-color css
<style>
span { border-color: #0BEABF; }
span { border-color: rgb(11,234,191); }
td.TdClassName
{
border-color: #0BEABF;
}
.TagClassName
{
border-color: #0BEABF;
}
</style>