Shades of Bright Turquoise #0BE8DD
Tints of Bright Turquoise #0BE8DD
RGB
CMYK
RGB Variations
Color information
#0BE8DD (or 0x0BE8DD) is known color: Bright Turquoise. HEX triplet: 0B, E8 and DD. RGB value is (11,232,221). Sum of RGB (Red+Green+Blue) = 11+232+221=464 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE8DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE8DD is #F41722. Grayscale: #A4A4A4. Windows color (decimal): -15996707 or 14542859. OLE color: 14542859.
HSL color Cylindrical-coordinate representation of color #0BE8DD: hue angle of 177.01º 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 #0BE8DD is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 221 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.09 |
| HSL | 177.01º | 0.91% | 0.48% | - |
| HSV(B) | 177.01º | 0.95% | 0.91% | - |
| XYZ | 42.05 | 63 | 78.35 | - |
| YUV | 164.67 | 159.78 | 18.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 221 | 0.95 | 0 | 0.05 | 0.09 | 177.01 | 0.91 | 0.48 |
| Hex | B | E8 | DD | 5F | 0 | 5 | 9 | B1 | 5B | 30 |
| Octal | 13 | 350 | 335 | 137 | 0 | 5 | 11 | 261 | 133 | 60 |
| Binary | 1011 | 11101000 | 11011101 | 1011111 | 0 | 101 | 1001 | 10110001 | 1011011 | 110000 |
Color Harmonies of #0BE8DD
Complementary color
Monochromatic Colors of #0BE8DD
Black with #0BE8DD
Text Example
Text Example
White with #0BE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE8DD; }
p { color: rgb(11,232,221); }
H1.HeaderClassName
{
color: #0BE8DD;
}
.AnyTagClassName
{
color: #0BE8DD;
}
</style>
background-color css
<style>
a { background-color: #0BE8DD; }
a { background-color: rgb(11,232,221); }
div.DivClassName
{
background-color: #0BE8DD;
}
.BgClassName
{
background-color: #0BE8DD;
}
</style>
border-color css
<style>
span { border-color: #0BE8DD; }
span { border-color: rgb(11,232,221); }
td.TdClassName
{
border-color: #0BE8DD;
}
.TagClassName
{
border-color: #0BE8DD;
}
</style>