Shades of Bright Turquoise #0FECF0
Tints of Bright Turquoise #0FECF0
RGB
CMYK
RGB Variations
Color information
#0FECF0 (or 0x0FECF0) is known color: Bright Turquoise. HEX triplet: 0F, EC and F0. RGB value is (15,236,240). Sum of RGB (Red+Green+Blue) = 15+236+240=491 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FECF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECF0 is #F0130F. Grayscale: #AAAAAA. Windows color (decimal): -15733520 or 15789071. OLE color: 15789071.
HSL color Cylindrical-coordinate representation of color #0FECF0: hue angle of 181.07º 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 #0FECF0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 236 | 240 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.06 |
| HSL | 181.07º | 0.88% | 0.5% | - |
| HSV(B) | 181.07º | 0.94% | 0.94% | - |
| XYZ | 45.92 | 66.38 | 92.83 | - |
| YUV | 170.38 | 167.28 | 17.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 240 | 0.94 | 0.02 | 0 | 0.06 | 181.07 | 0.88 | 0.5 |
| Hex | F | EC | F0 | 5E | 2 | 0 | 6 | B5 | 58 | 32 |
| Octal | 17 | 354 | 360 | 136 | 2 | 0 | 6 | 265 | 130 | 62 |
| Binary | 1111 | 11101100 | 11110000 | 1011110 | 10 | 0 | 110 | 10110101 | 1011000 | 110010 |
Color Harmonies of #0FECF0
Complementary color
Monochromatic Colors of #0FECF0
Black with #0FECF0
Text Example
Text Example
White with #0FECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECF0; }
p { color: rgb(15,236,240); }
H1.HeaderClassName
{
color: #0FECF0;
}
.AnyTagClassName
{
color: #0FECF0;
}
</style>
background-color css
<style>
a { background-color: #0FECF0; }
a { background-color: rgb(15,236,240); }
div.DivClassName
{
background-color: #0FECF0;
}
.BgClassName
{
background-color: #0FECF0;
}
</style>
border-color css
<style>
span { border-color: #0FECF0; }
span { border-color: rgb(15,236,240); }
td.TdClassName
{
border-color: #0FECF0;
}
.TagClassName
{
border-color: #0FECF0;
}
</style>