Shades of Bright Turquoise #0FECC0
Tints of Bright Turquoise #0FECC0
RGB
CMYK
RGB Variations
Color information
#0FECC0 (or 0x0FECC0) is known color: Bright Turquoise. HEX triplet: 0F, EC and C0. RGB value is (15,236,192). Sum of RGB (Red+Green+Blue) = 15+236+192=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECC0 is #F0133F. Grayscale: #A4A4A4. Windows color (decimal): -15733568 or 12643343. OLE color: 12643343.
HSL color Cylindrical-coordinate representation of color #0FECC0: hue angle of 168.05º 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 #0FECC0 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 192 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.07 |
| HSL | 168.05º | 0.88% | 0.49% | - |
| HSV(B) | 168.05º | 0.94% | 0.93% | - |
| XYZ | 39.71 | 63.9 | 60.11 | - |
| YUV | 164.91 | 143.28 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 192 | 0.94 | 0 | 0.19 | 0.07 | 168.05 | 0.88 | 0.49 |
| Hex | F | EC | C0 | 5E | 0 | 13 | 7 | A8 | 58 | 31 |
| Octal | 17 | 354 | 300 | 136 | 0 | 23 | 7 | 250 | 130 | 61 |
| Binary | 1111 | 11101100 | 11000000 | 1011110 | 0 | 10011 | 111 | 10101000 | 1011000 | 110001 |
Color Harmonies of #0FECC0
Complementary color
Monochromatic Colors of #0FECC0
Black with #0FECC0
Text Example
Text Example
White with #0FECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECC0; }
p { color: rgb(15,236,192); }
H1.HeaderClassName
{
color: #0FECC0;
}
.AnyTagClassName
{
color: #0FECC0;
}
</style>
background-color css
<style>
a { background-color: #0FECC0; }
a { background-color: rgb(15,236,192); }
div.DivClassName
{
background-color: #0FECC0;
}
.BgClassName
{
background-color: #0FECC0;
}
</style>
border-color css
<style>
span { border-color: #0FECC0; }
span { border-color: rgb(15,236,192); }
td.TdClassName
{
border-color: #0FECC0;
}
.TagClassName
{
border-color: #0FECC0;
}
</style>