Shades of Bright Turquoise #0FEBEE
Tints of Bright Turquoise #0FEBEE
RGB
CMYK
RGB Variations
Color information
#0FEBEE (or 0x0FEBEE) is known color: Bright Turquoise. HEX triplet: 0F, EB and EE. RGB value is (15,235,238). Sum of RGB (Red+Green+Blue) = 15+235+238=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FEBEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEBEE is #F01411. Grayscale: #A9A9A9. Windows color (decimal): -15733778 or 15657743. OLE color: 15657743.
HSL color Cylindrical-coordinate representation of color #0FEBEE: hue angle of 180.81º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBEE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 235 | 238 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.07 |
| HSL | 180.81º | 0.88% | 0.5% | - |
| HSV(B) | 180.81º | 0.94% | 0.93% | - |
| XYZ | 45.34 | 65.69 | 91.18 | - |
| YUV | 169.56 | 166.61 | 17.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 238 | 0.94 | 0.01 | 0 | 0.07 | 180.81 | 0.88 | 0.5 |
| Hex | F | EB | EE | 5E | 1 | 0 | 7 | B5 | 58 | 32 |
| Octal | 17 | 353 | 356 | 136 | 1 | 0 | 7 | 265 | 130 | 62 |
| Binary | 1111 | 11101011 | 11101110 | 1011110 | 1 | 0 | 111 | 10110101 | 1011000 | 110010 |
Color Harmonies of #0FEBEE
Complementary color
Monochromatic Colors of #0FEBEE
Black with #0FEBEE
Text Example
Text Example
White with #0FEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBEE; }
p { color: rgb(15,235,238); }
H1.HeaderClassName
{
color: #0FEBEE;
}
.AnyTagClassName
{
color: #0FEBEE;
}
</style>
background-color css
<style>
a { background-color: #0FEBEE; }
a { background-color: rgb(15,235,238); }
div.DivClassName
{
background-color: #0FEBEE;
}
.BgClassName
{
background-color: #0FEBEE;
}
</style>
border-color css
<style>
span { border-color: #0FEBEE; }
span { border-color: rgb(15,235,238); }
td.TdClassName
{
border-color: #0FEBEE;
}
.TagClassName
{
border-color: #0FEBEE;
}
</style>