Shades of Bright Turquoise #0FECEC
Tints of Bright Turquoise #0FECEC
RGB
CMYK
RGB Variations
Color information
#0FECEC (or 0x0FECEC) is known color: Bright Turquoise. HEX triplet: 0F, EC and EC. RGB value is (15,236,236). Sum of RGB (Red+Green+Blue) = 15+236+236=487 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.08% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #0FECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECEC is #F01313. Grayscale: #A9A9A9. Windows color (decimal): -15733524 or 15526927. OLE color: 15526927.
HSL color Cylindrical-coordinate representation of color #0FECEC: hue angle of 180º 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 #0FECEC is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 236 | - |
| CMYK | 0.94 | 0 | 0 | 0.07 |
| HSL | 180º | 0.88% | 0.49% | - |
| HSV(B) | 180º | 0.94% | 0.93% | - |
| XYZ | 45.33 | 66.15 | 89.74 | - |
| YUV | 169.92 | 165.28 | 17.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 236 | 0.94 | 0 | 0 | 0.07 | 180 | 0.88 | 0.49 |
| Hex | F | EC | EC | 5E | 0 | 0 | 7 | B4 | 58 | 31 |
| Octal | 17 | 354 | 354 | 136 | 0 | 0 | 7 | 264 | 130 | 61 |
| Binary | 1111 | 11101100 | 11101100 | 1011110 | 0 | 0 | 111 | 10110100 | 1011000 | 110001 |
Color Harmonies of #0FECEC
Complementary color
Monochromatic Colors of #0FECEC
Black with #0FECEC
Text Example
Text Example
White with #0FECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECEC; }
p { color: rgb(15,236,236); }
H1.HeaderClassName
{
color: #0FECEC;
}
.AnyTagClassName
{
color: #0FECEC;
}
</style>
background-color css
<style>
a { background-color: #0FECEC; }
a { background-color: rgb(15,236,236); }
div.DivClassName
{
background-color: #0FECEC;
}
.BgClassName
{
background-color: #0FECEC;
}
</style>
border-color css
<style>
span { border-color: #0FECEC; }
span { border-color: rgb(15,236,236); }
td.TdClassName
{
border-color: #0FECEC;
}
.TagClassName
{
border-color: #0FECEC;
}
</style>