Shades of Bright Turquoise #0BE7D8
Tints of Bright Turquoise #0BE7D8
RGB
CMYK
RGB Variations
Color information
#0BE7D8 (or 0x0BE7D8) is known color: Bright Turquoise. HEX triplet: 0B, E7 and D8. RGB value is (11,231,216). Sum of RGB (Red+Green+Blue) = 11+231+216=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE7D8 is #F41827. Grayscale: #A3A3A3. Windows color (decimal): -15996968 or 14214923. OLE color: 14214923.
HSL color Cylindrical-coordinate representation of color #0BE7D8: hue angle of 175.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE7D8 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 216 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.09 |
| HSL | 175.91º | 0.91% | 0.47% | - |
| HSV(B) | 175.91º | 0.95% | 0.91% | - |
| XYZ | 41.11 | 62.18 | 74.8 | - |
| YUV | 163.51 | 157.61 | 19.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 216 | 0.95 | 0 | 0.06 | 0.09 | 175.91 | 0.91 | 0.47 |
| Hex | B | E7 | D8 | 5F | 0 | 6 | 9 | B0 | 5B | 2F |
| Octal | 13 | 347 | 330 | 137 | 0 | 6 | 11 | 260 | 133 | 57 |
| Binary | 1011 | 11100111 | 11011000 | 1011111 | 0 | 110 | 1001 | 10110000 | 1011011 | 101111 |
Color Harmonies of #0BE7D8
Complementary color
Monochromatic Colors of #0BE7D8
Black with #0BE7D8
Text Example
Text Example
White with #0BE7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE7D8; }
p { color: rgb(11,231,216); }
H1.HeaderClassName
{
color: #0BE7D8;
}
.AnyTagClassName
{
color: #0BE7D8;
}
</style>
background-color css
<style>
a { background-color: #0BE7D8; }
a { background-color: rgb(11,231,216); }
div.DivClassName
{
background-color: #0BE7D8;
}
.BgClassName
{
background-color: #0BE7D8;
}
</style>
border-color css
<style>
span { border-color: #0BE7D8; }
span { border-color: rgb(11,231,216); }
td.TdClassName
{
border-color: #0BE7D8;
}
.TagClassName
{
border-color: #0BE7D8;
}
</style>