Shades of Bright Turquoise #0BE7E6
Tints of Bright Turquoise #0BE7E6
RGB
CMYK
RGB Variations
Color information
#0BE7E6 (or 0x0BE7E6) is known color: Bright Turquoise. HEX triplet: 0B, E7 and E6. RGB value is (11,231,230). Sum of RGB (Red+Green+Blue) = 11+231+230=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BE7E6 is #F41819. Grayscale: #A4A4A4. Windows color (decimal): -15996954 or 15132427. OLE color: 15132427.
HSL color Cylindrical-coordinate representation of color #0BE7E6: hue angle of 179.73º 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 #0BE7E6 is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 230 | - |
| CMYK | 0.95 | 0 | 0.00 | 0.09 |
| HSL | 179.73º | 0.91% | 0.47% | - |
| HSV(B) | 179.73º | 0.95% | 0.91% | - |
| XYZ | 43 | 62.94 | 84.74 | - |
| YUV | 165.11 | 164.61 | 18.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 230 | 0.95 | 0 | 0.00 | 0.09 | 179.73 | 0.91 | 0.47 |
| Hex | B | E7 | E6 | 5F | 0 | 0 | 9 | B4 | 5B | 2F |
| Octal | 13 | 347 | 346 | 137 | 0 | 0 | 11 | 264 | 133 | 57 |
| Binary | 1011 | 11100111 | 11100110 | 1011111 | 0 | 0 | 1001 | 10110100 | 1011011 | 101111 |
Color Harmonies of #0BE7E6
Complementary color
Monochromatic Colors of #0BE7E6
Black with #0BE7E6
Text Example
Text Example
White with #0BE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE7E6; }
p { color: rgb(11,231,230); }
H1.HeaderClassName
{
color: #0BE7E6;
}
.AnyTagClassName
{
color: #0BE7E6;
}
</style>
background-color css
<style>
a { background-color: #0BE7E6; }
a { background-color: rgb(11,231,230); }
div.DivClassName
{
background-color: #0BE7E6;
}
.BgClassName
{
background-color: #0BE7E6;
}
</style>
border-color css
<style>
span { border-color: #0BE7E6; }
span { border-color: rgb(11,231,230); }
td.TdClassName
{
border-color: #0BE7E6;
}
.TagClassName
{
border-color: #0BE7E6;
}
</style>