Shades of Bright Turquoise #0BE9E3
Tints of Bright Turquoise #0BE9E3
RGB
CMYK
RGB Variations
Color information
#0BE9E3 (or 0x0BE9E3) is known color: Bright Turquoise. HEX triplet: 0B, E9 and E3. RGB value is (11,233,227). Sum of RGB (Red+Green+Blue) = 11+233+227=471 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE9E3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE9E3 is #F4161C. Grayscale: #A5A5A5. Windows color (decimal): -15996445 or 14936331. OLE color: 14936331.
HSL color Cylindrical-coordinate representation of color #0BE9E3: hue angle of 178.38º 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 #0BE9E3 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 227 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.09 |
| HSL | 178.38º | 0.91% | 0.48% | - |
| HSV(B) | 178.38º | 0.95% | 0.91% | - |
| XYZ | 43.14 | 63.9 | 82.73 | - |
| YUV | 165.94 | 162.45 | 17.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 227 | 0.95 | 0 | 0.03 | 0.09 | 178.38 | 0.91 | 0.48 |
| Hex | B | E9 | E3 | 5F | 0 | 3 | 9 | B2 | 5B | 30 |
| Octal | 13 | 351 | 343 | 137 | 0 | 3 | 11 | 262 | 133 | 60 |
| Binary | 1011 | 11101001 | 11100011 | 1011111 | 0 | 11 | 1001 | 10110010 | 1011011 | 110000 |
Color Harmonies of #0BE9E3
Complementary color
Monochromatic Colors of #0BE9E3
Black with #0BE9E3
Text Example
Text Example
White with #0BE9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE9E3; }
p { color: rgb(11,233,227); }
H1.HeaderClassName
{
color: #0BE9E3;
}
.AnyTagClassName
{
color: #0BE9E3;
}
</style>
background-color css
<style>
a { background-color: #0BE9E3; }
a { background-color: rgb(11,233,227); }
div.DivClassName
{
background-color: #0BE9E3;
}
.BgClassName
{
background-color: #0BE9E3;
}
</style>
border-color css
<style>
span { border-color: #0BE9E3; }
span { border-color: rgb(11,233,227); }
td.TdClassName
{
border-color: #0BE9E3;
}
.TagClassName
{
border-color: #0BE9E3;
}
</style>