Shades of Bright Turquoise #0FECF3
Tints of Bright Turquoise #0FECF3
RGB
CMYK
RGB Variations
Color information
#0FECF3 (or 0x0FECF3) is known color: Bright Turquoise. HEX triplet: 0F, EC and F3. RGB value is (15,236,243). Sum of RGB (Red+Green+Blue) = 15+236+243=494 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #0FECF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECF3 is #F0130C. Grayscale: #AAAAAA. Windows color (decimal): -15733517 or 15985679. OLE color: 15985679.
HSL color Cylindrical-coordinate representation of color #0FECF3: hue angle of 181.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FECF3 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 236 | 243 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.05 |
| HSL | 181.84º | 0.9% | 0.51% | - |
| HSV(B) | 181.84º | 0.94% | 0.95% | - |
| XYZ | 46.37 | 66.56 | 95.2 | - |
| YUV | 170.72 | 168.78 | 16.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 243 | 0.94 | 0.03 | 0 | 0.05 | 181.84 | 0.9 | 0.51 |
| Hex | F | EC | F3 | 5E | 3 | 0 | 5 | B6 | 5A | 33 |
| Octal | 17 | 354 | 363 | 136 | 3 | 0 | 5 | 266 | 132 | 63 |
| Binary | 1111 | 11101100 | 11110011 | 1011110 | 11 | 0 | 101 | 10110110 | 1011010 | 110011 |
Color Harmonies of #0FECF3
Complementary color
Monochromatic Colors of #0FECF3
Black with #0FECF3
Text Example
Text Example
White with #0FECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECF3; }
p { color: rgb(15,236,243); }
H1.HeaderClassName
{
color: #0FECF3;
}
.AnyTagClassName
{
color: #0FECF3;
}
</style>
background-color css
<style>
a { background-color: #0FECF3; }
a { background-color: rgb(15,236,243); }
div.DivClassName
{
background-color: #0FECF3;
}
.BgClassName
{
background-color: #0FECF3;
}
</style>
border-color css
<style>
span { border-color: #0FECF3; }
span { border-color: rgb(15,236,243); }
td.TdClassName
{
border-color: #0FECF3;
}
.TagClassName
{
border-color: #0FECF3;
}
</style>