Shades of Bright Turquoise #0BECE8
Tints of Bright Turquoise #0BECE8
RGB
CMYK
RGB Variations
Color information
#0BECE8 (or 0x0BECE8) is known color: Bright Turquoise. HEX triplet: 0B, EC and E8. RGB value is (11,236,232). Sum of RGB (Red+Green+Blue) = 11+236+232=479 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.30% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BECE8 is #F41317. Grayscale: #A8A8A8. Windows color (decimal): -15995672 or 15264779. OLE color: 15264779.
HSL color Cylindrical-coordinate representation of color #0BECE8: hue angle of 178.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BECE8 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 232 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.07 |
| HSL | 178.93º | 0.91% | 0.48% | - |
| HSV(B) | 178.93º | 0.95% | 0.93% | - |
| XYZ | 44.7 | 65.89 | 86.71 | - |
| YUV | 168.27 | 163.96 | 15.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 232 | 0.95 | 0 | 0.02 | 0.07 | 178.93 | 0.91 | 0.48 |
| Hex | B | EC | E8 | 5F | 0 | 2 | 7 | B3 | 5B | 30 |
| Octal | 13 | 354 | 350 | 137 | 0 | 2 | 7 | 263 | 133 | 60 |
| Binary | 1011 | 11101100 | 11101000 | 1011111 | 0 | 10 | 111 | 10110011 | 1011011 | 110000 |
Color Harmonies of #0BECE8
Complementary color
Monochromatic Colors of #0BECE8
Black with #0BECE8
Text Example
Text Example
White with #0BECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BECE8; }
p { color: rgb(11,236,232); }
H1.HeaderClassName
{
color: #0BECE8;
}
.AnyTagClassName
{
color: #0BECE8;
}
</style>
background-color css
<style>
a { background-color: #0BECE8; }
a { background-color: rgb(11,236,232); }
div.DivClassName
{
background-color: #0BECE8;
}
.BgClassName
{
background-color: #0BECE8;
}
</style>
border-color css
<style>
span { border-color: #0BECE8; }
span { border-color: rgb(11,236,232); }
td.TdClassName
{
border-color: #0BECE8;
}
.TagClassName
{
border-color: #0BECE8;
}
</style>