Shades of Bright Turquoise #0BE3C9
Tints of Bright Turquoise #0BE3C9
RGB
CMYK
RGB Variations
Color information
#0BE3C9 (or 0x0BE3C9) is known color: Bright Turquoise. HEX triplet: 0B, E3 and C9. RGB value is (11,227,201). Sum of RGB (Red+Green+Blue) = 11+227+201=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE3C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE3C9 is #F41C36. Grayscale: #9F9F9F. Windows color (decimal): -15998007 or 13230859. OLE color: 13230859.
HSL color Cylindrical-coordinate representation of color #0BE3C9: hue angle of 172.78º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE3C9 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 201 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.11 |
| HSL | 172.78º | 0.91% | 0.47% | - |
| HSV(B) | 172.78º | 0.95% | 0.89% | - |
| XYZ | 38.15 | 59.23 | 64.68 | - |
| YUV | 159.45 | 151.44 | 22.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 201 | 0.95 | 0 | 0.11 | 0.11 | 172.78 | 0.91 | 0.47 |
| Hex | B | E3 | C9 | 5F | 0 | B | B | AD | 5B | 2F |
| Octal | 13 | 343 | 311 | 137 | 0 | 13 | 13 | 255 | 133 | 57 |
| Binary | 1011 | 11100011 | 11001001 | 1011111 | 0 | 1011 | 1011 | 10101101 | 1011011 | 101111 |
Color Harmonies of #0BE3C9
Complementary color
Monochromatic Colors of #0BE3C9
Black with #0BE3C9
Text Example
Text Example
White with #0BE3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE3C9; }
p { color: rgb(11,227,201); }
H1.HeaderClassName
{
color: #0BE3C9;
}
.AnyTagClassName
{
color: #0BE3C9;
}
</style>
background-color css
<style>
a { background-color: #0BE3C9; }
a { background-color: rgb(11,227,201); }
div.DivClassName
{
background-color: #0BE3C9;
}
.BgClassName
{
background-color: #0BE3C9;
}
</style>
border-color css
<style>
span { border-color: #0BE3C9; }
span { border-color: rgb(11,227,201); }
td.TdClassName
{
border-color: #0BE3C9;
}
.TagClassName
{
border-color: #0BE3C9;
}
</style>