Shades of Bright Turquoise #0FEFEC
Tints of Bright Turquoise #0FEFEC
RGB
CMYK
RGB Variations
Color information
#0FEFEC (or 0x0FEFEC) is known color: Bright Turquoise. HEX triplet: 0F, EF and EC. RGB value is (15,239,236). Sum of RGB (Red+Green+Blue) = 15+239+236=490 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.06% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEFEC is #F01013. Grayscale: #ABABAB. Windows color (decimal): -15732756 or 15527695. OLE color: 15527695.
HSL color Cylindrical-coordinate representation of color #0FEFEC: hue angle of 179.2º 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 #0FEFEC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 236 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.06 |
| HSL | 179.2º | 0.88% | 0.5% | - |
| HSV(B) | 179.2º | 0.94% | 0.94% | - |
| XYZ | 46.2 | 67.89 | 90.03 | - |
| YUV | 171.68 | 164.29 | 16.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 236 | 0.94 | 0 | 0.01 | 0.06 | 179.2 | 0.88 | 0.5 |
| Hex | F | EF | EC | 5E | 0 | 1 | 6 | B3 | 58 | 32 |
| Octal | 17 | 357 | 354 | 136 | 0 | 1 | 6 | 263 | 130 | 62 |
| Binary | 1111 | 11101111 | 11101100 | 1011110 | 0 | 1 | 110 | 10110011 | 1011000 | 110010 |
Color Harmonies of #0FEFEC
Complementary color
Monochromatic Colors of #0FEFEC
Black with #0FEFEC
Text Example
Text Example
White with #0FEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFEC; }
p { color: rgb(15,239,236); }
H1.HeaderClassName
{
color: #0FEFEC;
}
.AnyTagClassName
{
color: #0FEFEC;
}
</style>
background-color css
<style>
a { background-color: #0FEFEC; }
a { background-color: rgb(15,239,236); }
div.DivClassName
{
background-color: #0FEFEC;
}
.BgClassName
{
background-color: #0FEFEC;
}
</style>
border-color css
<style>
span { border-color: #0FEFEC; }
span { border-color: rgb(15,239,236); }
td.TdClassName
{
border-color: #0FEFEC;
}
.TagClassName
{
border-color: #0FEFEC;
}
</style>