Shades of Bright Turquoise #0BEBDD
Tints of Bright Turquoise #0BEBDD
RGB
CMYK
RGB Variations
Color information
#0BEBDD (or 0x0BEBDD) is known color: Bright Turquoise. HEX triplet: 0B, EB and DD. RGB value is (11,235,221). Sum of RGB (Red+Green+Blue) = 11+235+221=467 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBDD is #F41422. Grayscale: #A6A6A6. Windows color (decimal): -15995939 or 14543627. OLE color: 14543627.
HSL color Cylindrical-coordinate representation of color #0BEBDD: hue angle of 176.25º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEBDD is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 221 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.08 |
| HSL | 176.25º | 0.91% | 0.48% | - |
| HSV(B) | 176.25º | 0.95% | 0.92% | - |
| XYZ | 42.9 | 64.71 | 78.64 | - |
| YUV | 166.43 | 158.79 | 17.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 221 | 0.95 | 0 | 0.06 | 0.08 | 176.25 | 0.91 | 0.48 |
| Hex | B | EB | DD | 5F | 0 | 6 | 8 | B0 | 5B | 30 |
| Octal | 13 | 353 | 335 | 137 | 0 | 6 | 10 | 260 | 133 | 60 |
| Binary | 1011 | 11101011 | 11011101 | 1011111 | 0 | 110 | 1000 | 10110000 | 1011011 | 110000 |
Color Harmonies of #0BEBDD
Complementary color
Monochromatic Colors of #0BEBDD
Black with #0BEBDD
Text Example
Text Example
White with #0BEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBDD; }
p { color: rgb(11,235,221); }
H1.HeaderClassName
{
color: #0BEBDD;
}
.AnyTagClassName
{
color: #0BEBDD;
}
</style>
background-color css
<style>
a { background-color: #0BEBDD; }
a { background-color: rgb(11,235,221); }
div.DivClassName
{
background-color: #0BEBDD;
}
.BgClassName
{
background-color: #0BEBDD;
}
</style>
border-color css
<style>
span { border-color: #0BEBDD; }
span { border-color: rgb(11,235,221); }
td.TdClassName
{
border-color: #0BEBDD;
}
.TagClassName
{
border-color: #0BEBDD;
}
</style>