Shades of Bright Turquoise #0BEAC9
Tints of Bright Turquoise #0BEAC9
RGB
CMYK
RGB Variations
Color information
#0BEAC9 (or 0x0BEAC9) is known color: Bright Turquoise. HEX triplet: 0B, EA and C9. RGB value is (11,234,201). Sum of RGB (Red+Green+Blue) = 11+234+201=446 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEAC9 is #F41536. Grayscale: #A3A3A3. Windows color (decimal): -15996215 or 13232651. OLE color: 13232651.
HSL color Cylindrical-coordinate representation of color #0BEAC9: hue angle of 171.12º 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 #0BEAC9 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 201 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.08 |
| HSL | 171.12º | 0.91% | 0.48% | - |
| HSV(B) | 171.12º | 0.95% | 0.92% | - |
| XYZ | 40.1 | 63.13 | 65.33 | - |
| YUV | 163.56 | 149.12 | 19.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 201 | 0.95 | 0 | 0.14 | 0.08 | 171.12 | 0.91 | 0.48 |
| Hex | B | EA | C9 | 5F | 0 | E | 8 | AB | 5B | 30 |
| Octal | 13 | 352 | 311 | 137 | 0 | 16 | 10 | 253 | 133 | 60 |
| Binary | 1011 | 11101010 | 11001001 | 1011111 | 0 | 1110 | 1000 | 10101011 | 1011011 | 110000 |
Color Harmonies of #0BEAC9
Complementary color
Monochromatic Colors of #0BEAC9
Black with #0BEAC9
Text Example
Text Example
White with #0BEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEAC9; }
p { color: rgb(11,234,201); }
H1.HeaderClassName
{
color: #0BEAC9;
}
.AnyTagClassName
{
color: #0BEAC9;
}
</style>
background-color css
<style>
a { background-color: #0BEAC9; }
a { background-color: rgb(11,234,201); }
div.DivClassName
{
background-color: #0BEAC9;
}
.BgClassName
{
background-color: #0BEAC9;
}
</style>
border-color css
<style>
span { border-color: #0BEAC9; }
span { border-color: rgb(11,234,201); }
td.TdClassName
{
border-color: #0BEAC9;
}
.TagClassName
{
border-color: #0BEAC9;
}
</style>