Shades of Bright Turquoise #0BEBE8
Tints of Bright Turquoise #0BEBE8
RGB
CMYK
RGB Variations
Color information
#0BEBE8 (or 0x0BEBE8) is known color: Bright Turquoise. HEX triplet: 0B, EB and E8. RGB value is (11,235,232). Sum of RGB (Red+Green+Blue) = 11+235+232=478 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.30% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBE8 is #F41417. Grayscale: #A7A7A7. Windows color (decimal): -15995928 or 15264523. OLE color: 15264523.
HSL color Cylindrical-coordinate representation of color #0BEBE8: hue angle of 179.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEBE8 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 232 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.08 |
| HSL | 179.2º | 0.91% | 0.48% | - |
| HSV(B) | 179.2º | 0.95% | 0.92% | - |
| XYZ | 44.41 | 65.31 | 86.61 | - |
| YUV | 167.68 | 164.29 | 16.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 232 | 0.95 | 0 | 0.01 | 0.08 | 179.2 | 0.91 | 0.48 |
| Hex | B | EB | E8 | 5F | 0 | 1 | 8 | B3 | 5B | 30 |
| Octal | 13 | 353 | 350 | 137 | 0 | 1 | 10 | 263 | 133 | 60 |
| Binary | 1011 | 11101011 | 11101000 | 1011111 | 0 | 1 | 1000 | 10110011 | 1011011 | 110000 |
Color Harmonies of #0BEBE8
Complementary color
Monochromatic Colors of #0BEBE8
Black with #0BEBE8
Text Example
Text Example
White with #0BEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBE8; }
p { color: rgb(11,235,232); }
H1.HeaderClassName
{
color: #0BEBE8;
}
.AnyTagClassName
{
color: #0BEBE8;
}
</style>
background-color css
<style>
a { background-color: #0BEBE8; }
a { background-color: rgb(11,235,232); }
div.DivClassName
{
background-color: #0BEBE8;
}
.BgClassName
{
background-color: #0BEBE8;
}
</style>
border-color css
<style>
span { border-color: #0BEBE8; }
span { border-color: rgb(11,235,232); }
td.TdClassName
{
border-color: #0BEBE8;
}
.TagClassName
{
border-color: #0BEBE8;
}
</style>