Shades of Bright Turquoise #0FEBBB
Tints of Bright Turquoise #0FEBBB
RGB
CMYK
RGB Variations
Color information
#0FEBBB (or 0x0FEBBB) is known color: Bright Turquoise. HEX triplet: 0F, EB and BB. RGB value is (15,235,187). Sum of RGB (Red+Green+Blue) = 15+235+187=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 235 (92.19% from 255 or 53.78% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBBB is #F01444. Grayscale: #A3A3A3. Windows color (decimal): -15733829 or 12315407. OLE color: 12315407.
HSL color Cylindrical-coordinate representation of color #0FEBBB: hue angle of 166.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBBB is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 187 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.08 |
| HSL | 166.91º | 0.88% | 0.49% | - |
| HSV(B) | 166.91º | 0.94% | 0.92% | - |
| XYZ | 38.87 | 63.11 | 57.15 | - |
| YUV | 163.75 | 141.11 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 187 | 0.94 | 0 | 0.20 | 0.08 | 166.91 | 0.88 | 0.49 |
| Hex | F | EB | BB | 5E | 0 | 14 | 8 | A7 | 58 | 31 |
| Octal | 17 | 353 | 273 | 136 | 0 | 24 | 10 | 247 | 130 | 61 |
| Binary | 1111 | 11101011 | 10111011 | 1011110 | 0 | 10100 | 1000 | 10100111 | 1011000 | 110001 |
Color Harmonies of #0FEBBB
Complementary color
Monochromatic Colors of #0FEBBB
Black with #0FEBBB
Text Example
Text Example
White with #0FEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBBB; }
p { color: rgb(15,235,187); }
H1.HeaderClassName
{
color: #0FEBBB;
}
.AnyTagClassName
{
color: #0FEBBB;
}
</style>
background-color css
<style>
a { background-color: #0FEBBB; }
a { background-color: rgb(15,235,187); }
div.DivClassName
{
background-color: #0FEBBB;
}
.BgClassName
{
background-color: #0FEBBB;
}
</style>
border-color css
<style>
span { border-color: #0FEBBB; }
span { border-color: rgb(15,235,187); }
td.TdClassName
{
border-color: #0FEBBB;
}
.TagClassName
{
border-color: #0FEBBB;
}
</style>