Shades of Bright Turquoise #0BECCC
Tints of Bright Turquoise #0BECCC
RGB
CMYK
RGB Variations
Color information
#0BECCC (or 0x0BECCC) is known color: Bright Turquoise. HEX triplet: 0B, EC and CC. RGB value is (11,236,204). Sum of RGB (Red+Green+Blue) = 11+236+204=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECCC is #F41333. Grayscale: #A4A4A4. Windows color (decimal): -15995700 or 13429771. OLE color: 13429771.
HSL color Cylindrical-coordinate representation of color #0BECCC: hue angle of 171.47º 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 #0BECCC is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 204 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.07 |
| HSL | 171.47º | 0.91% | 0.48% | - |
| HSV(B) | 171.47º | 0.95% | 0.93% | - |
| XYZ | 41.03 | 64.42 | 67.4 | - |
| YUV | 165.08 | 149.96 | 18.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 204 | 0.95 | 0 | 0.14 | 0.07 | 171.47 | 0.91 | 0.48 |
| Hex | B | EC | CC | 5F | 0 | E | 7 | AB | 5B | 30 |
| Octal | 13 | 354 | 314 | 137 | 0 | 16 | 7 | 253 | 133 | 60 |
| Binary | 1011 | 11101100 | 11001100 | 1011111 | 0 | 1110 | 111 | 10101011 | 1011011 | 110000 |
Color Harmonies of #0BECCC
Complementary color
Monochromatic Colors of #0BECCC
Black with #0BECCC
Text Example
Text Example
White with #0BECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BECCC; }
p { color: rgb(11,236,204); }
H1.HeaderClassName
{
color: #0BECCC;
}
.AnyTagClassName
{
color: #0BECCC;
}
</style>
background-color css
<style>
a { background-color: #0BECCC; }
a { background-color: rgb(11,236,204); }
div.DivClassName
{
background-color: #0BECCC;
}
.BgClassName
{
background-color: #0BECCC;
}
</style>
border-color css
<style>
span { border-color: #0BECCC; }
span { border-color: rgb(11,236,204); }
td.TdClassName
{
border-color: #0BECCC;
}
.TagClassName
{
border-color: #0BECCC;
}
</style>