Shades of Bright Turquoise #0BE2DC
Tints of Bright Turquoise #0BE2DC
RGB
CMYK
RGB Variations
Color information
#0BE2DC (or 0x0BE2DC) is known color: Bright Turquoise. HEX triplet: 0B, E2 and DC. RGB value is (11,226,220). Sum of RGB (Red+Green+Blue) = 11+226+220=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE2DC is #F41D23. Grayscale: #A0A0A0. Windows color (decimal): -15998244 or 14475787. OLE color: 14475787.
HSL color Cylindrical-coordinate representation of color #0BE2DC: hue angle of 178.33º 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 #0BE2DC is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 220 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.11 |
| HSL | 178.33º | 0.91% | 0.46% | - |
| HSV(B) | 178.33º | 0.95% | 0.89% | - |
| XYZ | 40.25 | 59.63 | 77.1 | - |
| YUV | 161.03 | 161.27 | 20.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 220 | 0.95 | 0 | 0.03 | 0.11 | 178.33 | 0.91 | 0.46 |
| Hex | B | E2 | DC | 5F | 0 | 3 | B | B2 | 5B | 2E |
| Octal | 13 | 342 | 334 | 137 | 0 | 3 | 13 | 262 | 133 | 56 |
| Binary | 1011 | 11100010 | 11011100 | 1011111 | 0 | 11 | 1011 | 10110010 | 1011011 | 101110 |
Color Harmonies of #0BE2DC
Complementary color
Monochromatic Colors of #0BE2DC
Black with #0BE2DC
Text Example
Text Example
White with #0BE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE2DC; }
p { color: rgb(11,226,220); }
H1.HeaderClassName
{
color: #0BE2DC;
}
.AnyTagClassName
{
color: #0BE2DC;
}
</style>
background-color css
<style>
a { background-color: #0BE2DC; }
a { background-color: rgb(11,226,220); }
div.DivClassName
{
background-color: #0BE2DC;
}
.BgClassName
{
background-color: #0BE2DC;
}
</style>
border-color css
<style>
span { border-color: #0BE2DC; }
span { border-color: rgb(11,226,220); }
td.TdClassName
{
border-color: #0BE2DC;
}
.TagClassName
{
border-color: #0BE2DC;
}
</style>