Shades of Bright Turquoise #0FECE0
Tints of Bright Turquoise #0FECE0
RGB
CMYK
RGB Variations
Color information
#0FECE0 (or 0x0FECE0) is known color: Bright Turquoise. HEX triplet: 0F, EC and E0. RGB value is (15,236,224). Sum of RGB (Red+Green+Blue) = 15+236+224=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECE0 is #F0131F. Grayscale: #A8A8A8. Windows color (decimal): -15733536 or 14740495. OLE color: 14740495.
HSL color Cylindrical-coordinate representation of color #0FECE0: hue angle of 176.74º 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 #0FECE0 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 224 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.07 |
| HSL | 176.74º | 0.88% | 0.49% | - |
| HSV(B) | 176.74º | 0.94% | 0.93% | - |
| XYZ | 43.65 | 65.47 | 80.86 | - |
| YUV | 168.55 | 159.28 | 18.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 224 | 0.94 | 0 | 0.05 | 0.07 | 176.74 | 0.88 | 0.49 |
| Hex | F | EC | E0 | 5E | 0 | 5 | 7 | B1 | 58 | 31 |
| Octal | 17 | 354 | 340 | 136 | 0 | 5 | 7 | 261 | 130 | 61 |
| Binary | 1111 | 11101100 | 11100000 | 1011110 | 0 | 101 | 111 | 10110001 | 1011000 | 110001 |
Color Harmonies of #0FECE0
Complementary color
Monochromatic Colors of #0FECE0
Black with #0FECE0
Text Example
Text Example
White with #0FECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECE0; }
p { color: rgb(15,236,224); }
H1.HeaderClassName
{
color: #0FECE0;
}
.AnyTagClassName
{
color: #0FECE0;
}
</style>
background-color css
<style>
a { background-color: #0FECE0; }
a { background-color: rgb(15,236,224); }
div.DivClassName
{
background-color: #0FECE0;
}
.BgClassName
{
background-color: #0FECE0;
}
</style>
border-color css
<style>
span { border-color: #0FECE0; }
span { border-color: rgb(15,236,224); }
td.TdClassName
{
border-color: #0FECE0;
}
.TagClassName
{
border-color: #0FECE0;
}
</style>