Shades of Bright Turquoise #0BD5EC
Tints of Bright Turquoise #0BD5EC
RGB
CMYK
RGB Variations
Color information
#0BD5EC (or 0x0BD5EC) is known color: Bright Turquoise. HEX triplet: 0B, D5 and EC. RGB value is (11,213,236). Sum of RGB (Red+Green+Blue) = 11+213+236=460 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BD5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD5EC is #F42A13. Grayscale: #9A9A9A. Windows color (decimal): -16001556 or 15521035. OLE color: 15521035.
HSL color Cylindrical-coordinate representation of color #0BD5EC: hue angle of 186.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 #0BD5EC is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 213 | 236 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.07 |
| HSL | 186.13º | 0.91% | 0.48% | - |
| HSV(B) | 186.13º | 0.95% | 0.93% | - |
| XYZ | 39.07 | 53.72 | 87.67 | - |
| YUV | 155.22 | 173.58 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 236 | 0.95 | 0.10 | 0 | 0.07 | 186.13 | 0.91 | 0.48 |
| Hex | B | D5 | EC | 5F | A | 0 | 7 | BA | 5B | 30 |
| Octal | 13 | 325 | 354 | 137 | 12 | 0 | 7 | 272 | 133 | 60 |
| Binary | 1011 | 11010101 | 11101100 | 1011111 | 1010 | 0 | 111 | 10111010 | 1011011 | 110000 |
Color Harmonies of #0BD5EC
Complementary color
Monochromatic Colors of #0BD5EC
Black with #0BD5EC
Text Example
Text Example
White with #0BD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD5EC; }
p { color: rgb(11,213,236); }
H1.HeaderClassName
{
color: #0BD5EC;
}
.AnyTagClassName
{
color: #0BD5EC;
}
</style>
background-color css
<style>
a { background-color: #0BD5EC; }
a { background-color: rgb(11,213,236); }
div.DivClassName
{
background-color: #0BD5EC;
}
.BgClassName
{
background-color: #0BD5EC;
}
</style>
border-color css
<style>
span { border-color: #0BD5EC; }
span { border-color: rgb(11,213,236); }
td.TdClassName
{
border-color: #0BD5EC;
}
.TagClassName
{
border-color: #0BD5EC;
}
</style>