Shades of Bright Turquoise #0BECCE
Tints of Bright Turquoise #0BECCE
RGB
CMYK
RGB Variations
Color information
#0BECCE (or 0x0BECCE) is known color: Bright Turquoise. HEX triplet: 0B, EC and CE. RGB value is (11,236,206). Sum of RGB (Red+Green+Blue) = 11+236+206=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECCE is #F41331. Grayscale: #A5A5A5. Windows color (decimal): -15995698 or 13560843. OLE color: 13560843.
HSL color Cylindrical-coordinate representation of color #0BECCE: hue angle of 172º 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 #0BECCE is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 206 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.07 |
| HSL | 172º | 0.91% | 0.48% | - |
| HSV(B) | 172º | 0.95% | 0.93% | - |
| XYZ | 41.27 | 64.52 | 68.67 | - |
| YUV | 165.31 | 150.96 | 17.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 206 | 0.95 | 0 | 0.13 | 0.07 | 172 | 0.91 | 0.48 |
| Hex | B | EC | CE | 5F | 0 | D | 7 | AC | 5B | 30 |
| Octal | 13 | 354 | 316 | 137 | 0 | 15 | 7 | 254 | 133 | 60 |
| Binary | 1011 | 11101100 | 11001110 | 1011111 | 0 | 1101 | 111 | 10101100 | 1011011 | 110000 |
Color Harmonies of #0BECCE
Complementary color
Monochromatic Colors of #0BECCE
Black with #0BECCE
Text Example
Text Example
White with #0BECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BECCE; }
p { color: rgb(11,236,206); }
H1.HeaderClassName
{
color: #0BECCE;
}
.AnyTagClassName
{
color: #0BECCE;
}
</style>
background-color css
<style>
a { background-color: #0BECCE; }
a { background-color: rgb(11,236,206); }
div.DivClassName
{
background-color: #0BECCE;
}
.BgClassName
{
background-color: #0BECCE;
}
</style>
border-color css
<style>
span { border-color: #0BECCE; }
span { border-color: rgb(11,236,206); }
td.TdClassName
{
border-color: #0BECCE;
}
.TagClassName
{
border-color: #0BECCE;
}
</style>