Shades of Bright Turquoise #0BE3DF
Tints of Bright Turquoise #0BE3DF
RGB
CMYK
RGB Variations
Color information
#0BE3DF (or 0x0BE3DF) is known color: Bright Turquoise. HEX triplet: 0B, E3 and DF. RGB value is (11,227,223). Sum of RGB (Red+Green+Blue) = 11+227+223=461 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE3DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE3DF is #F41C20. Grayscale: #A1A1A1. Windows color (decimal): -15997985 or 14672651. OLE color: 14672651.
HSL color Cylindrical-coordinate representation of color #0BE3DF: hue angle of 178.89º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE3DF is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 223 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.11 |
| HSL | 178.89º | 0.91% | 0.47% | - |
| HSV(B) | 178.89º | 0.95% | 0.89% | - |
| XYZ | 40.93 | 60.34 | 79.3 | - |
| YUV | 161.96 | 162.44 | 20.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 223 | 0.95 | 0 | 0.02 | 0.11 | 178.89 | 0.91 | 0.47 |
| Hex | B | E3 | DF | 5F | 0 | 2 | B | B3 | 5B | 2F |
| Octal | 13 | 343 | 337 | 137 | 0 | 2 | 13 | 263 | 133 | 57 |
| Binary | 1011 | 11100011 | 11011111 | 1011111 | 0 | 10 | 1011 | 10110011 | 1011011 | 101111 |
Color Harmonies of #0BE3DF
Complementary color
Monochromatic Colors of #0BE3DF
Black with #0BE3DF
Text Example
Text Example
White with #0BE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE3DF; }
p { color: rgb(11,227,223); }
H1.HeaderClassName
{
color: #0BE3DF;
}
.AnyTagClassName
{
color: #0BE3DF;
}
</style>
background-color css
<style>
a { background-color: #0BE3DF; }
a { background-color: rgb(11,227,223); }
div.DivClassName
{
background-color: #0BE3DF;
}
.BgClassName
{
background-color: #0BE3DF;
}
</style>
border-color css
<style>
span { border-color: #0BE3DF; }
span { border-color: rgb(11,227,223); }
td.TdClassName
{
border-color: #0BE3DF;
}
.TagClassName
{
border-color: #0BE3DF;
}
</style>