Shades of Bright Turquoise #0BE8E1
Tints of Bright Turquoise #0BE8E1
RGB
CMYK
RGB Variations
Color information
#0BE8E1 (or 0x0BE8E1) is known color: Bright Turquoise. HEX triplet: 0B, E8 and E1. RGB value is (11,232,225). Sum of RGB (Red+Green+Blue) = 11+232+225=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE8E1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE8E1 is #F4171E. Grayscale: #A4A4A4. Windows color (decimal): -15996703 or 14805003. OLE color: 14805003.
HSL color Cylindrical-coordinate representation of color #0BE8E1: hue angle of 178.1º 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 #0BE8E1 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 225 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.09 |
| HSL | 178.1º | 0.91% | 0.48% | - |
| HSV(B) | 178.1º | 0.95% | 0.91% | - |
| XYZ | 42.59 | 63.22 | 81.19 | - |
| YUV | 165.12 | 161.78 | 18.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 225 | 0.95 | 0 | 0.03 | 0.09 | 178.1 | 0.91 | 0.48 |
| Hex | B | E8 | E1 | 5F | 0 | 3 | 9 | B2 | 5B | 30 |
| Octal | 13 | 350 | 341 | 137 | 0 | 3 | 11 | 262 | 133 | 60 |
| Binary | 1011 | 11101000 | 11100001 | 1011111 | 0 | 11 | 1001 | 10110010 | 1011011 | 110000 |
Color Harmonies of #0BE8E1
Complementary color
Monochromatic Colors of #0BE8E1
Black with #0BE8E1
Text Example
Text Example
White with #0BE8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE8E1; }
p { color: rgb(11,232,225); }
H1.HeaderClassName
{
color: #0BE8E1;
}
.AnyTagClassName
{
color: #0BE8E1;
}
</style>
background-color css
<style>
a { background-color: #0BE8E1; }
a { background-color: rgb(11,232,225); }
div.DivClassName
{
background-color: #0BE8E1;
}
.BgClassName
{
background-color: #0BE8E1;
}
</style>
border-color css
<style>
span { border-color: #0BE8E1; }
span { border-color: rgb(11,232,225); }
td.TdClassName
{
border-color: #0BE8E1;
}
.TagClassName
{
border-color: #0BE8E1;
}
</style>