Shades of Bright Turquoise #0FEBE9
Tints of Bright Turquoise #0FEBE9
RGB
CMYK
RGB Variations
Color information
#0FEBE9 (or 0x0FEBE9) is known color: Bright Turquoise. HEX triplet: 0F, EB and E9. RGB value is (15,235,233). Sum of RGB (Red+Green+Blue) = 15+235+233=483 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEBE9 is #F01416. Grayscale: #A8A8A8. Windows color (decimal): -15733783 or 15330063. OLE color: 15330063.
HSL color Cylindrical-coordinate representation of color #0FEBE9: hue angle of 179.45º 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 #0FEBE9 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 233 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.08 |
| HSL | 179.45º | 0.88% | 0.49% | - |
| HSV(B) | 179.45º | 0.94% | 0.92% | - |
| XYZ | 44.61 | 65.4 | 87.36 | - |
| YUV | 168.99 | 164.11 | 18.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 233 | 0.94 | 0 | 0.01 | 0.08 | 179.45 | 0.88 | 0.49 |
| Hex | F | EB | E9 | 5E | 0 | 1 | 8 | B3 | 58 | 31 |
| Octal | 17 | 353 | 351 | 136 | 0 | 1 | 10 | 263 | 130 | 61 |
| Binary | 1111 | 11101011 | 11101001 | 1011110 | 0 | 1 | 1000 | 10110011 | 1011000 | 110001 |
Color Harmonies of #0FEBE9
Complementary color
Monochromatic Colors of #0FEBE9
Black with #0FEBE9
Text Example
Text Example
White with #0FEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBE9; }
p { color: rgb(15,235,233); }
H1.HeaderClassName
{
color: #0FEBE9;
}
.AnyTagClassName
{
color: #0FEBE9;
}
</style>
background-color css
<style>
a { background-color: #0FEBE9; }
a { background-color: rgb(15,235,233); }
div.DivClassName
{
background-color: #0FEBE9;
}
.BgClassName
{
background-color: #0FEBE9;
}
</style>
border-color css
<style>
span { border-color: #0FEBE9; }
span { border-color: rgb(15,235,233); }
td.TdClassName
{
border-color: #0FEBE9;
}
.TagClassName
{
border-color: #0FEBE9;
}
</style>