Shades of Bright Turquoise #0BE0EE
Tints of Bright Turquoise #0BE0EE
RGB
CMYK
RGB Variations
Color information
#0BE0EE (or 0x0BE0EE) is known color: Bright Turquoise. HEX triplet: 0B, E0 and EE. RGB value is (11,224,238). Sum of RGB (Red+Green+Blue) = 11+224+238=473 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BE0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE0EE is #F41F11. Grayscale: #A1A1A1. Windows color (decimal): -15998738 or 15654923. OLE color: 15654923.
HSL color Cylindrical-coordinate representation of color #0BE0EE: hue angle of 183.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE0EE is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 224 | 238 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.07 |
| HSL | 183.7º | 0.91% | 0.49% | - |
| HSV(B) | 183.7º | 0.95% | 0.93% | - |
| XYZ | 42.23 | 59.56 | 90.16 | - |
| YUV | 161.91 | 170.93 | 20.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 238 | 0.95 | 0.06 | 0 | 0.07 | 183.7 | 0.91 | 0.49 |
| Hex | B | E0 | EE | 5F | 6 | 0 | 7 | B8 | 5B | 31 |
| Octal | 13 | 340 | 356 | 137 | 6 | 0 | 7 | 270 | 133 | 61 |
| Binary | 1011 | 11100000 | 11101110 | 1011111 | 110 | 0 | 111 | 10111000 | 1011011 | 110001 |
Color Harmonies of #0BE0EE
Complementary color
Monochromatic Colors of #0BE0EE
Black with #0BE0EE
Text Example
Text Example
White with #0BE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0EE; }
p { color: rgb(11,224,238); }
H1.HeaderClassName
{
color: #0BE0EE;
}
.AnyTagClassName
{
color: #0BE0EE;
}
</style>
background-color css
<style>
a { background-color: #0BE0EE; }
a { background-color: rgb(11,224,238); }
div.DivClassName
{
background-color: #0BE0EE;
}
.BgClassName
{
background-color: #0BE0EE;
}
</style>
border-color css
<style>
span { border-color: #0BE0EE; }
span { border-color: rgb(11,224,238); }
td.TdClassName
{
border-color: #0BE0EE;
}
.TagClassName
{
border-color: #0BE0EE;
}
</style>