Shades of Bright Turquoise #0BE9DD
Tints of Bright Turquoise #0BE9DD
RGB
CMYK
RGB Variations
Color information
#0BE9DD (or 0x0BE9DD) is known color: Bright Turquoise. HEX triplet: 0B, E9 and DD. RGB value is (11,233,221). Sum of RGB (Red+Green+Blue) = 11+233+221=465 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE9DD is #F41622. Grayscale: #A5A5A5. Windows color (decimal): -15996451 or 14543115. OLE color: 14543115.
HSL color Cylindrical-coordinate representation of color #0BE9DD: hue angle of 176.76º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE9DD is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 221 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.09 |
| HSL | 176.76º | 0.91% | 0.48% | - |
| HSV(B) | 176.76º | 0.95% | 0.91% | - |
| XYZ | 42.33 | 63.57 | 78.45 | - |
| YUV | 165.25 | 159.45 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 221 | 0.95 | 0 | 0.05 | 0.09 | 176.76 | 0.91 | 0.48 |
| Hex | B | E9 | DD | 5F | 0 | 5 | 9 | B1 | 5B | 30 |
| Octal | 13 | 351 | 335 | 137 | 0 | 5 | 11 | 261 | 133 | 60 |
| Binary | 1011 | 11101001 | 11011101 | 1011111 | 0 | 101 | 1001 | 10110001 | 1011011 | 110000 |
Color Harmonies of #0BE9DD
Complementary color
Monochromatic Colors of #0BE9DD
Black with #0BE9DD
Text Example
Text Example
White with #0BE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE9DD; }
p { color: rgb(11,233,221); }
H1.HeaderClassName
{
color: #0BE9DD;
}
.AnyTagClassName
{
color: #0BE9DD;
}
</style>
background-color css
<style>
a { background-color: #0BE9DD; }
a { background-color: rgb(11,233,221); }
div.DivClassName
{
background-color: #0BE9DD;
}
.BgClassName
{
background-color: #0BE9DD;
}
</style>
border-color css
<style>
span { border-color: #0BE9DD; }
span { border-color: rgb(11,233,221); }
td.TdClassName
{
border-color: #0BE9DD;
}
.TagClassName
{
border-color: #0BE9DD;
}
</style>