Shades of Bright Turquoise #0BE5D5
Tints of Bright Turquoise #0BE5D5
RGB
CMYK
RGB Variations
Color information
#0BE5D5 (or 0x0BE5D5) is known color: Bright Turquoise. HEX triplet: 0B, E5 and D5. RGB value is (11,229,213). Sum of RGB (Red+Green+Blue) = 11+229+213=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE5D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE5D5 is #F41A2A. Grayscale: #A1A1A1. Windows color (decimal): -15997483 or 14017803. OLE color: 14017803.
HSL color Cylindrical-coordinate representation of color #0BE5D5: hue angle of 175.6º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE5D5 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 213 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.10 |
| HSL | 175.6º | 0.91% | 0.47% | - |
| HSV(B) | 175.6º | 0.95% | 0.9% | - |
| XYZ | 40.17 | 60.91 | 72.59 | - |
| YUV | 161.99 | 156.78 | 20.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 213 | 0.95 | 0 | 0.07 | 0.10 | 175.6 | 0.91 | 0.47 |
| Hex | B | E5 | D5 | 5F | 0 | 7 | A | B0 | 5B | 2F |
| Octal | 13 | 345 | 325 | 137 | 0 | 7 | 12 | 260 | 133 | 57 |
| Binary | 1011 | 11100101 | 11010101 | 1011111 | 0 | 111 | 1010 | 10110000 | 1011011 | 101111 |
Color Harmonies of #0BE5D5
Complementary color
Monochromatic Colors of #0BE5D5
Black with #0BE5D5
Text Example
Text Example
White with #0BE5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE5D5; }
p { color: rgb(11,229,213); }
H1.HeaderClassName
{
color: #0BE5D5;
}
.AnyTagClassName
{
color: #0BE5D5;
}
</style>
background-color css
<style>
a { background-color: #0BE5D5; }
a { background-color: rgb(11,229,213); }
div.DivClassName
{
background-color: #0BE5D5;
}
.BgClassName
{
background-color: #0BE5D5;
}
</style>
border-color css
<style>
span { border-color: #0BE5D5; }
span { border-color: rgb(11,229,213); }
td.TdClassName
{
border-color: #0BE5D5;
}
.TagClassName
{
border-color: #0BE5D5;
}
</style>