Shades of Bright Turquoise #0BE8F1
Tints of Bright Turquoise #0BE8F1
RGB
CMYK
RGB Variations
Color information
#0BE8F1 (or 0x0BE8F1) is known color: Bright Turquoise. HEX triplet: 0B, E8 and F1. RGB value is (11,232,241). Sum of RGB (Red+Green+Blue) = 11+232+241=484 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #0BE8F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BE8F1 is #F4170E. Grayscale: #A6A6A6. Windows color (decimal): -15996687 or 15853579. OLE color: 15853579.
HSL color Cylindrical-coordinate representation of color #0BE8F1: hue angle of 182.35º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE8F1 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 232 | 241 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.05 |
| HSL | 182.35º | 0.91% | 0.49% | - |
| HSV(B) | 182.35º | 0.95% | 0.95% | - |
| XYZ | 44.87 | 64.14 | 93.23 | - |
| YUV | 166.95 | 169.78 | 16.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 241 | 0.95 | 0.04 | 0 | 0.05 | 182.35 | 0.91 | 0.49 |
| Hex | B | E8 | F1 | 5F | 4 | 0 | 5 | B6 | 5B | 31 |
| Octal | 13 | 350 | 361 | 137 | 4 | 0 | 5 | 266 | 133 | 61 |
| Binary | 1011 | 11101000 | 11110001 | 1011111 | 100 | 0 | 101 | 10110110 | 1011011 | 110001 |
Color Harmonies of #0BE8F1
Complementary color
Monochromatic Colors of #0BE8F1
Black with #0BE8F1
Text Example
Text Example
White with #0BE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE8F1; }
p { color: rgb(11,232,241); }
H1.HeaderClassName
{
color: #0BE8F1;
}
.AnyTagClassName
{
color: #0BE8F1;
}
</style>
background-color css
<style>
a { background-color: #0BE8F1; }
a { background-color: rgb(11,232,241); }
div.DivClassName
{
background-color: #0BE8F1;
}
.BgClassName
{
background-color: #0BE8F1;
}
</style>
border-color css
<style>
span { border-color: #0BE8F1; }
span { border-color: rgb(11,232,241); }
td.TdClassName
{
border-color: #0BE8F1;
}
.TagClassName
{
border-color: #0BE8F1;
}
</style>