Shades of Bright Turquoise #0BE0C7
Tints of Bright Turquoise #0BE0C7
RGB
CMYK
RGB Variations
Color information
#0BE0C7 (or 0x0BE0C7) is known color: Bright Turquoise. HEX triplet: 0B, E0 and C7. RGB value is (11,224,199). Sum of RGB (Red+Green+Blue) = 11+224+199=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE0C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE0C7 is #F41F38. Grayscale: #9D9D9D. Windows color (decimal): -15998777 or 13099019. OLE color: 13099019.
HSL color Cylindrical-coordinate representation of color #0BE0C7: hue angle of 172.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE0C7 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 199 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.12 |
| HSL | 172.96º | 0.91% | 0.46% | - |
| HSV(B) | 172.96º | 0.95% | 0.88% | - |
| XYZ | 37.1 | 57.51 | 63.18 | - |
| YUV | 157.46 | 151.43 | 23.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 199 | 0.95 | 0 | 0.11 | 0.12 | 172.96 | 0.91 | 0.46 |
| Hex | B | E0 | C7 | 5F | 0 | B | C | AD | 5B | 2E |
| Octal | 13 | 340 | 307 | 137 | 0 | 13 | 14 | 255 | 133 | 56 |
| Binary | 1011 | 11100000 | 11000111 | 1011111 | 0 | 1011 | 1100 | 10101101 | 1011011 | 101110 |
Color Harmonies of #0BE0C7
Complementary color
Monochromatic Colors of #0BE0C7
Black with #0BE0C7
Text Example
Text Example
White with #0BE0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0C7; }
p { color: rgb(11,224,199); }
H1.HeaderClassName
{
color: #0BE0C7;
}
.AnyTagClassName
{
color: #0BE0C7;
}
</style>
background-color css
<style>
a { background-color: #0BE0C7; }
a { background-color: rgb(11,224,199); }
div.DivClassName
{
background-color: #0BE0C7;
}
.BgClassName
{
background-color: #0BE0C7;
}
</style>
border-color css
<style>
span { border-color: #0BE0C7; }
span { border-color: rgb(11,224,199); }
td.TdClassName
{
border-color: #0BE0C7;
}
.TagClassName
{
border-color: #0BE0C7;
}
</style>