Shades of Bright Turquoise #0BE8C4
Tints of Bright Turquoise #0BE8C4
RGB
CMYK
RGB Variations
Color information
#0BE8C4 (or 0x0BE8C4) is known color: Bright Turquoise. HEX triplet: 0B, E8 and C4. RGB value is (11,232,196). Sum of RGB (Red+Green+Blue) = 11+232+196=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE8C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE8C4 is #F4173B. Grayscale: #A1A1A1. Windows color (decimal): -15996732 or 12904459. OLE color: 12904459.
HSL color Cylindrical-coordinate representation of color #0BE8C4: hue angle of 170.23º 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 #0BE8C4 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 196 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.09 |
| HSL | 170.23º | 0.91% | 0.48% | - |
| HSV(B) | 170.23º | 0.95% | 0.91% | - |
| XYZ | 38.96 | 61.77 | 62.09 | - |
| YUV | 161.82 | 147.28 | 20.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 196 | 0.95 | 0 | 0.16 | 0.09 | 170.23 | 0.91 | 0.48 |
| Hex | B | E8 | C4 | 5F | 0 | 10 | 9 | AA | 5B | 30 |
| Octal | 13 | 350 | 304 | 137 | 0 | 20 | 11 | 252 | 133 | 60 |
| Binary | 1011 | 11101000 | 11000100 | 1011111 | 0 | 10000 | 1001 | 10101010 | 1011011 | 110000 |
Color Harmonies of #0BE8C4
Complementary color
Monochromatic Colors of #0BE8C4
Black with #0BE8C4
Text Example
Text Example
White with #0BE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE8C4; }
p { color: rgb(11,232,196); }
H1.HeaderClassName
{
color: #0BE8C4;
}
.AnyTagClassName
{
color: #0BE8C4;
}
</style>
background-color css
<style>
a { background-color: #0BE8C4; }
a { background-color: rgb(11,232,196); }
div.DivClassName
{
background-color: #0BE8C4;
}
.BgClassName
{
background-color: #0BE8C4;
}
</style>
border-color css
<style>
span { border-color: #0BE8C4; }
span { border-color: rgb(11,232,196); }
td.TdClassName
{
border-color: #0BE8C4;
}
.TagClassName
{
border-color: #0BE8C4;
}
</style>