Shades of Bright Turquoise #0BECD6
Tints of Bright Turquoise #0BECD6
RGB
CMYK
RGB Variations
Color information
#0BECD6 (or 0x0BECD6) is known color: Bright Turquoise. HEX triplet: 0B, EC and D6. RGB value is (11,236,214). Sum of RGB (Red+Green+Blue) = 11+236+214=461 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECD6 is #F41329. Grayscale: #A6A6A6. Windows color (decimal): -15995690 or 14085131. OLE color: 14085131.
HSL color Cylindrical-coordinate representation of color #0BECD6: hue angle of 174.13º 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 #0BECD6 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 214 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.07 |
| HSL | 174.13º | 0.91% | 0.48% | - |
| HSV(B) | 174.13º | 0.95% | 0.93% | - |
| XYZ | 42.27 | 64.92 | 73.92 | - |
| YUV | 166.22 | 154.96 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 214 | 0.95 | 0 | 0.09 | 0.07 | 174.13 | 0.91 | 0.48 |
| Hex | B | EC | D6 | 5F | 0 | 9 | 7 | AE | 5B | 30 |
| Octal | 13 | 354 | 326 | 137 | 0 | 11 | 7 | 256 | 133 | 60 |
| Binary | 1011 | 11101100 | 11010110 | 1011111 | 0 | 1001 | 111 | 10101110 | 1011011 | 110000 |
Color Harmonies of #0BECD6
Complementary color
Monochromatic Colors of #0BECD6
Black with #0BECD6
Text Example
Text Example
White with #0BECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BECD6; }
p { color: rgb(11,236,214); }
H1.HeaderClassName
{
color: #0BECD6;
}
.AnyTagClassName
{
color: #0BECD6;
}
</style>
background-color css
<style>
a { background-color: #0BECD6; }
a { background-color: rgb(11,236,214); }
div.DivClassName
{
background-color: #0BECD6;
}
.BgClassName
{
background-color: #0BECD6;
}
</style>
border-color css
<style>
span { border-color: #0BECD6; }
span { border-color: rgb(11,236,214); }
td.TdClassName
{
border-color: #0BECD6;
}
.TagClassName
{
border-color: #0BECD6;
}
</style>