Shades of Bright Turquoise #0FECEA
Tints of Bright Turquoise #0FECEA
RGB
CMYK
RGB Variations
Color information
#0FECEA (or 0x0FECEA) is known color: Bright Turquoise. HEX triplet: 0F, EC and EA. RGB value is (15,236,234). Sum of RGB (Red+Green+Blue) = 15+236+234=485 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECEA is #F01315. Grayscale: #A9A9A9. Windows color (decimal): -15733526 or 15395855. OLE color: 15395855.
HSL color Cylindrical-coordinate representation of color #0FECEA: hue angle of 179.46º 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 #0FECEA is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 234 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.07 |
| HSL | 179.46º | 0.88% | 0.49% | - |
| HSV(B) | 179.46º | 0.94% | 0.93% | - |
| XYZ | 45.04 | 66.03 | 88.21 | - |
| YUV | 169.69 | 164.28 | 17.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 234 | 0.94 | 0 | 0.01 | 0.07 | 179.46 | 0.88 | 0.49 |
| Hex | F | EC | EA | 5E | 0 | 1 | 7 | B3 | 58 | 31 |
| Octal | 17 | 354 | 352 | 136 | 0 | 1 | 7 | 263 | 130 | 61 |
| Binary | 1111 | 11101100 | 11101010 | 1011110 | 0 | 1 | 111 | 10110011 | 1011000 | 110001 |
Color Harmonies of #0FECEA
Complementary color
Monochromatic Colors of #0FECEA
Black with #0FECEA
Text Example
Text Example
White with #0FECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECEA; }
p { color: rgb(15,236,234); }
H1.HeaderClassName
{
color: #0FECEA;
}
.AnyTagClassName
{
color: #0FECEA;
}
</style>
background-color css
<style>
a { background-color: #0FECEA; }
a { background-color: rgb(15,236,234); }
div.DivClassName
{
background-color: #0FECEA;
}
.BgClassName
{
background-color: #0FECEA;
}
</style>
border-color css
<style>
span { border-color: #0FECEA; }
span { border-color: rgb(15,236,234); }
td.TdClassName
{
border-color: #0FECEA;
}
.TagClassName
{
border-color: #0FECEA;
}
</style>