Shades of Bright Turquoise #0FECDF
Tints of Bright Turquoise #0FECDF
RGB
CMYK
RGB Variations
Color information
#0FECDF (or 0x0FECDF) is known color: Bright Turquoise. HEX triplet: 0F, EC and DF. RGB value is (15,236,223). Sum of RGB (Red+Green+Blue) = 15+236+223=474 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECDF is #F01320. Grayscale: #A8A8A8. Windows color (decimal): -15733537 or 14674959. OLE color: 14674959.
HSL color Cylindrical-coordinate representation of color #0FECDF: hue angle of 176.47º 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 #0FECDF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 223 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.07 |
| HSL | 176.47º | 0.88% | 0.49% | - |
| HSV(B) | 176.47º | 0.94% | 0.93% | - |
| XYZ | 43.51 | 65.42 | 80.15 | - |
| YUV | 168.44 | 158.78 | 18.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 223 | 0.94 | 0 | 0.06 | 0.07 | 176.47 | 0.88 | 0.49 |
| Hex | F | EC | DF | 5E | 0 | 6 | 7 | B0 | 58 | 31 |
| Octal | 17 | 354 | 337 | 136 | 0 | 6 | 7 | 260 | 130 | 61 |
| Binary | 1111 | 11101100 | 11011111 | 1011110 | 0 | 110 | 111 | 10110000 | 1011000 | 110001 |
Color Harmonies of #0FECDF
Complementary color
Monochromatic Colors of #0FECDF
Black with #0FECDF
Text Example
Text Example
White with #0FECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECDF; }
p { color: rgb(15,236,223); }
H1.HeaderClassName
{
color: #0FECDF;
}
.AnyTagClassName
{
color: #0FECDF;
}
</style>
background-color css
<style>
a { background-color: #0FECDF; }
a { background-color: rgb(15,236,223); }
div.DivClassName
{
background-color: #0FECDF;
}
.BgClassName
{
background-color: #0FECDF;
}
</style>
border-color css
<style>
span { border-color: #0FECDF; }
span { border-color: rgb(15,236,223); }
td.TdClassName
{
border-color: #0FECDF;
}
.TagClassName
{
border-color: #0FECDF;
}
</style>