Shades of Bright Turquoise #0FEBEC
Tints of Bright Turquoise #0FEBEC
RGB
CMYK
RGB Variations
Color information
#0FEBEC (or 0x0FEBEC) is known color: Bright Turquoise. HEX triplet: 0F, EB and EC. RGB value is (15,235,236). Sum of RGB (Red+Green+Blue) = 15+235+236=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FEBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEBEC is #F01413. Grayscale: #A9A9A9. Windows color (decimal): -15733780 or 15526671. OLE color: 15526671.
HSL color Cylindrical-coordinate representation of color #0FEBEC: hue angle of 180.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBEC is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 235 | 236 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.07 |
| HSL | 180.27º | 0.88% | 0.49% | - |
| HSV(B) | 180.27º | 0.94% | 0.93% | - |
| XYZ | 45.05 | 65.57 | 89.64 | - |
| YUV | 169.33 | 165.61 | 17.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 236 | 0.94 | 0.00 | 0 | 0.07 | 180.27 | 0.88 | 0.49 |
| Hex | F | EB | EC | 5E | 0 | 0 | 7 | B4 | 58 | 31 |
| Octal | 17 | 353 | 354 | 136 | 0 | 0 | 7 | 264 | 130 | 61 |
| Binary | 1111 | 11101011 | 11101100 | 1011110 | 0 | 0 | 111 | 10110100 | 1011000 | 110001 |
Color Harmonies of #0FEBEC
Complementary color
Monochromatic Colors of #0FEBEC
Black with #0FEBEC
Text Example
Text Example
White with #0FEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBEC; }
p { color: rgb(15,235,236); }
H1.HeaderClassName
{
color: #0FEBEC;
}
.AnyTagClassName
{
color: #0FEBEC;
}
</style>
background-color css
<style>
a { background-color: #0FEBEC; }
a { background-color: rgb(15,235,236); }
div.DivClassName
{
background-color: #0FEBEC;
}
.BgClassName
{
background-color: #0FEBEC;
}
</style>
border-color css
<style>
span { border-color: #0FEBEC; }
span { border-color: rgb(15,235,236); }
td.TdClassName
{
border-color: #0FEBEC;
}
.TagClassName
{
border-color: #0FEBEC;
}
</style>