Shades of Bright Turquoise #0BE5EE
Tints of Bright Turquoise #0BE5EE
RGB
CMYK
RGB Variations
Color information
#0BE5EE (or 0x0BE5EE) is known color: Bright Turquoise. HEX triplet: 0B, E5 and EE. RGB value is (11,229,238). Sum of RGB (Red+Green+Blue) = 11+229+238=478 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.30% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BE5EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE5EE is #F41A11. Grayscale: #A4A4A4. Windows color (decimal): -15997458 or 15656203. OLE color: 15656203.
HSL color Cylindrical-coordinate representation of color #0BE5EE: hue angle of 182.38º 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 #0BE5EE is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 229 | 238 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.07 |
| HSL | 182.38º | 0.91% | 0.49% | - |
| HSV(B) | 182.38º | 0.95% | 0.93% | - |
| XYZ | 43.59 | 62.28 | 90.61 | - |
| YUV | 164.84 | 169.28 | 18.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 238 | 0.95 | 0.04 | 0 | 0.07 | 182.38 | 0.91 | 0.49 |
| Hex | B | E5 | EE | 5F | 4 | 0 | 7 | B6 | 5B | 31 |
| Octal | 13 | 345 | 356 | 137 | 4 | 0 | 7 | 266 | 133 | 61 |
| Binary | 1011 | 11100101 | 11101110 | 1011111 | 100 | 0 | 111 | 10110110 | 1011011 | 110001 |
Color Harmonies of #0BE5EE
Complementary color
Monochromatic Colors of #0BE5EE
Black with #0BE5EE
Text Example
Text Example
White with #0BE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE5EE; }
p { color: rgb(11,229,238); }
H1.HeaderClassName
{
color: #0BE5EE;
}
.AnyTagClassName
{
color: #0BE5EE;
}
</style>
background-color css
<style>
a { background-color: #0BE5EE; }
a { background-color: rgb(11,229,238); }
div.DivClassName
{
background-color: #0BE5EE;
}
.BgClassName
{
background-color: #0BE5EE;
}
</style>
border-color css
<style>
span { border-color: #0BE5EE; }
span { border-color: rgb(11,229,238); }
td.TdClassName
{
border-color: #0BE5EE;
}
.TagClassName
{
border-color: #0BE5EE;
}
</style>