Shades of Bright Turquoise #0BDBE1
Tints of Bright Turquoise #0BDBE1
RGB
CMYK
RGB Variations
Color information
#0BDBE1 (or 0x0BDBE1) is known color: Bright Turquoise. HEX triplet: 0B, DB and E1. RGB value is (11,219,225). Sum of RGB (Red+Green+Blue) = 11+219+225=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #0BDBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBE1 is #F4241E. Grayscale: #9D9D9D. Windows color (decimal): -16000031 or 14801675. OLE color: 14801675.
HSL color Cylindrical-coordinate representation of color #0BDBE1: hue angle of 181.68º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDBE1 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 219 | 225 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.12 |
| HSL | 181.68º | 0.91% | 0.46% | - |
| HSV(B) | 181.68º | 0.95% | 0.88% | - |
| XYZ | 39.06 | 56.17 | 80.02 | - |
| YUV | 157.49 | 166.09 | 23.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 225 | 0.95 | 0.03 | 0 | 0.12 | 181.68 | 0.91 | 0.46 |
| Hex | B | DB | E1 | 5F | 3 | 0 | C | B6 | 5B | 2E |
| Octal | 13 | 333 | 341 | 137 | 3 | 0 | 14 | 266 | 133 | 56 |
| Binary | 1011 | 11011011 | 11100001 | 1011111 | 11 | 0 | 1100 | 10110110 | 1011011 | 101110 |
Color Harmonies of #0BDBE1
Complementary color
Monochromatic Colors of #0BDBE1
Black with #0BDBE1
Text Example
Text Example
White with #0BDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDBE1; }
p { color: rgb(11,219,225); }
H1.HeaderClassName
{
color: #0BDBE1;
}
.AnyTagClassName
{
color: #0BDBE1;
}
</style>
background-color css
<style>
a { background-color: #0BDBE1; }
a { background-color: rgb(11,219,225); }
div.DivClassName
{
background-color: #0BDBE1;
}
.BgClassName
{
background-color: #0BDBE1;
}
</style>
border-color css
<style>
span { border-color: #0BDBE1; }
span { border-color: rgb(11,219,225); }
td.TdClassName
{
border-color: #0BDBE1;
}
.TagClassName
{
border-color: #0BDBE1;
}
</style>