Shades of Bright Turquoise #0BE0DF
Tints of Bright Turquoise #0BE0DF
RGB
CMYK
RGB Variations
Color information
#0BE0DF (or 0x0BE0DF) is known color: Bright Turquoise. HEX triplet: 0B, E0 and DF. RGB value is (11,224,223). Sum of RGB (Red+Green+Blue) = 11+224+223=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE0DF is #F41F20. Grayscale: #9F9F9F. Windows color (decimal): -15998753 or 14671883. OLE color: 14671883.
HSL color Cylindrical-coordinate representation of color #0BE0DF: hue angle of 179.72º 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 #0BE0DF is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 223 | - |
| CMYK | 0.95 | 0 | 0.00 | 0.12 |
| HSL | 179.72º | 0.91% | 0.46% | - |
| HSV(B) | 179.72º | 0.95% | 0.88% | - |
| XYZ | 40.11 | 58.71 | 79.03 | - |
| YUV | 160.2 | 163.43 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 223 | 0.95 | 0 | 0.00 | 0.12 | 179.72 | 0.91 | 0.46 |
| Hex | B | E0 | DF | 5F | 0 | 0 | C | B4 | 5B | 2E |
| Octal | 13 | 340 | 337 | 137 | 0 | 0 | 14 | 264 | 133 | 56 |
| Binary | 1011 | 11100000 | 11011111 | 1011111 | 0 | 0 | 1100 | 10110100 | 1011011 | 101110 |
Color Harmonies of #0BE0DF
Complementary color
Monochromatic Colors of #0BE0DF
Black with #0BE0DF
Text Example
Text Example
White with #0BE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0DF; }
p { color: rgb(11,224,223); }
H1.HeaderClassName
{
color: #0BE0DF;
}
.AnyTagClassName
{
color: #0BE0DF;
}
</style>
background-color css
<style>
a { background-color: #0BE0DF; }
a { background-color: rgb(11,224,223); }
div.DivClassName
{
background-color: #0BE0DF;
}
.BgClassName
{
background-color: #0BE0DF;
}
</style>
border-color css
<style>
span { border-color: #0BE0DF; }
span { border-color: rgb(11,224,223); }
td.TdClassName
{
border-color: #0BE0DF;
}
.TagClassName
{
border-color: #0BE0DF;
}
</style>