Shades of Bright Turquoise #0FECEF
Tints of Bright Turquoise #0FECEF
RGB
CMYK
RGB Variations
Color information
#0FECEF (or 0x0FECEF) is known color: Bright Turquoise. HEX triplet: 0F, EC and EF. RGB value is (15,236,239). Sum of RGB (Red+Green+Blue) = 15+236+239=490 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.06% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FECEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECEF is #F01310. Grayscale: #AAAAAA. Windows color (decimal): -15733521 or 15723535. OLE color: 15723535.
HSL color Cylindrical-coordinate representation of color #0FECEF: hue angle of 180.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FECEF is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 236 | 239 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.06 |
| HSL | 180.8º | 0.88% | 0.5% | - |
| HSV(B) | 180.8º | 0.94% | 0.94% | - |
| XYZ | 45.77 | 66.32 | 92.05 | - |
| YUV | 170.26 | 166.78 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 239 | 0.94 | 0.01 | 0 | 0.06 | 180.8 | 0.88 | 0.5 |
| Hex | F | EC | EF | 5E | 1 | 0 | 6 | B5 | 58 | 32 |
| Octal | 17 | 354 | 357 | 136 | 1 | 0 | 6 | 265 | 130 | 62 |
| Binary | 1111 | 11101100 | 11101111 | 1011110 | 1 | 0 | 110 | 10110101 | 1011000 | 110010 |
Color Harmonies of #0FECEF
Complementary color
Monochromatic Colors of #0FECEF
Black with #0FECEF
Text Example
Text Example
White with #0FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECEF; }
p { color: rgb(15,236,239); }
H1.HeaderClassName
{
color: #0FECEF;
}
.AnyTagClassName
{
color: #0FECEF;
}
</style>
background-color css
<style>
a { background-color: #0FECEF; }
a { background-color: rgb(15,236,239); }
div.DivClassName
{
background-color: #0FECEF;
}
.BgClassName
{
background-color: #0FECEF;
}
</style>
border-color css
<style>
span { border-color: #0FECEF; }
span { border-color: rgb(15,236,239); }
td.TdClassName
{
border-color: #0FECEF;
}
.TagClassName
{
border-color: #0FECEF;
}
</style>