Shades of Bright Turquoise #0BE2DB
Tints of Bright Turquoise #0BE2DB
RGB
CMYK
RGB Variations
Color information
#0BE2DB (or 0x0BE2DB) is known color: Bright Turquoise. HEX triplet: 0B, E2 and DB. RGB value is (11,226,219). Sum of RGB (Red+Green+Blue) = 11+226+219=456 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE2DB is #F41D24. Grayscale: #A0A0A0. Windows color (decimal): -15998245 or 14410251. OLE color: 14410251.
HSL color Cylindrical-coordinate representation of color #0BE2DB: hue angle of 178.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE2DB is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 219 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.11 |
| HSL | 178.05º | 0.91% | 0.46% | - |
| HSV(B) | 178.05º | 0.95% | 0.89% | - |
| XYZ | 40.12 | 59.58 | 76.4 | - |
| YUV | 160.92 | 160.77 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 219 | 0.95 | 0 | 0.03 | 0.11 | 178.05 | 0.91 | 0.46 |
| Hex | B | E2 | DB | 5F | 0 | 3 | B | B2 | 5B | 2E |
| Octal | 13 | 342 | 333 | 137 | 0 | 3 | 13 | 262 | 133 | 56 |
| Binary | 1011 | 11100010 | 11011011 | 1011111 | 0 | 11 | 1011 | 10110010 | 1011011 | 101110 |
Color Harmonies of #0BE2DB
Complementary color
Monochromatic Colors of #0BE2DB
Black with #0BE2DB
Text Example
Text Example
White with #0BE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE2DB; }
p { color: rgb(11,226,219); }
H1.HeaderClassName
{
color: #0BE2DB;
}
.AnyTagClassName
{
color: #0BE2DB;
}
</style>
background-color css
<style>
a { background-color: #0BE2DB; }
a { background-color: rgb(11,226,219); }
div.DivClassName
{
background-color: #0BE2DB;
}
.BgClassName
{
background-color: #0BE2DB;
}
</style>
border-color css
<style>
span { border-color: #0BE2DB; }
span { border-color: rgb(11,226,219); }
td.TdClassName
{
border-color: #0BE2DB;
}
.TagClassName
{
border-color: #0BE2DB;
}
</style>