Shades of Bright Turquoise #0BEAC2
Tints of Bright Turquoise #0BEAC2
RGB
CMYK
RGB Variations
Color information
#0BEAC2 (or 0x0BEAC2) is known color: Bright Turquoise. HEX triplet: 0B, EA and C2. RGB value is (11,234,194). Sum of RGB (Red+Green+Blue) = 11+234+194=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEAC2 is #F4153D. Grayscale: #A2A2A2. Windows color (decimal): -15996222 or 12773899. OLE color: 12773899.
HSL color Cylindrical-coordinate representation of color #0BEAC2: hue angle of 169.24º 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 #0BEAC2 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 194 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.08 |
| HSL | 169.24º | 0.91% | 0.48% | - |
| HSV(B) | 169.24º | 0.95% | 0.92% | - |
| XYZ | 39.3 | 62.81 | 61.09 | - |
| YUV | 162.76 | 145.62 | 19.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 194 | 0.95 | 0 | 0.17 | 0.08 | 169.24 | 0.91 | 0.48 |
| Hex | B | EA | C2 | 5F | 0 | 11 | 8 | A9 | 5B | 30 |
| Octal | 13 | 352 | 302 | 137 | 0 | 21 | 10 | 251 | 133 | 60 |
| Binary | 1011 | 11101010 | 11000010 | 1011111 | 0 | 10001 | 1000 | 10101001 | 1011011 | 110000 |
Color Harmonies of #0BEAC2
Complementary color
Monochromatic Colors of #0BEAC2
Black with #0BEAC2
Text Example
Text Example
White with #0BEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEAC2; }
p { color: rgb(11,234,194); }
H1.HeaderClassName
{
color: #0BEAC2;
}
.AnyTagClassName
{
color: #0BEAC2;
}
</style>
background-color css
<style>
a { background-color: #0BEAC2; }
a { background-color: rgb(11,234,194); }
div.DivClassName
{
background-color: #0BEAC2;
}
.BgClassName
{
background-color: #0BEAC2;
}
</style>
border-color css
<style>
span { border-color: #0BEAC2; }
span { border-color: rgb(11,234,194); }
td.TdClassName
{
border-color: #0BEAC2;
}
.TagClassName
{
border-color: #0BEAC2;
}
</style>