Shades of Bright Turquoise #0BECDD
Tints of Bright Turquoise #0BECDD
RGB
CMYK
RGB Variations
Color information
#0BECDD (or 0x0BECDD) is known color: Bright Turquoise. HEX triplet: 0B, EC and DD. RGB value is (11,236,221). Sum of RGB (Red+Green+Blue) = 11+236+221=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECDD is #F41322. Grayscale: #A6A6A6. Windows color (decimal): -15995683 or 14543883. OLE color: 14543883.
HSL color Cylindrical-coordinate representation of color #0BECDD: hue angle of 176º 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 #0BECDD is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 221 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.07 |
| HSL | 176º | 0.91% | 0.48% | - |
| HSV(B) | 176º | 0.95% | 0.93% | - |
| XYZ | 43.18 | 65.28 | 78.73 | - |
| YUV | 167.02 | 158.46 | 16.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 221 | 0.95 | 0 | 0.06 | 0.07 | 176 | 0.91 | 0.48 |
| Hex | B | EC | DD | 5F | 0 | 6 | 7 | B0 | 5B | 30 |
| Octal | 13 | 354 | 335 | 137 | 0 | 6 | 7 | 260 | 133 | 60 |
| Binary | 1011 | 11101100 | 11011101 | 1011111 | 0 | 110 | 111 | 10110000 | 1011011 | 110000 |
Color Harmonies of #0BECDD
Complementary color
Monochromatic Colors of #0BECDD
Black with #0BECDD
Text Example
Text Example
White with #0BECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BECDD; }
p { color: rgb(11,236,221); }
H1.HeaderClassName
{
color: #0BECDD;
}
.AnyTagClassName
{
color: #0BECDD;
}
</style>
background-color css
<style>
a { background-color: #0BECDD; }
a { background-color: rgb(11,236,221); }
div.DivClassName
{
background-color: #0BECDD;
}
.BgClassName
{
background-color: #0BECDD;
}
</style>
border-color css
<style>
span { border-color: #0BECDD; }
span { border-color: rgb(11,236,221); }
td.TdClassName
{
border-color: #0BECDD;
}
.TagClassName
{
border-color: #0BECDD;
}
</style>