Shades of Bright Turquoise #0FFED4
Tints of Bright Turquoise #0FFED4
RGB
CMYK
RGB Variations
Color information
#0FFED4 (or 0x0FFED4) is known color: Bright Turquoise. HEX triplet: 0F, FE and D4. RGB value is (15,254,212). Sum of RGB (Red+Green+Blue) = 15+254+212=481 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFED4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFED4 is #F0012B. Grayscale: #B1B1B1. Windows color (decimal): -15728940 or 13958671. OLE color: 13958671.
HSL color Cylindrical-coordinate representation of color #0FFED4: hue angle of 169.46º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFED4 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 212 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.00 |
| HSL | 169.46º | 0.99% | 0.53% | - |
| HSV(B) | 169.46º | 0.94% | 1% | - |
| XYZ | 47.52 | 75.74 | 74.4 | - |
| YUV | 177.75 | 147.32 | 11.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 212 | 0.94 | 0 | 0.17 | 0.00 | 169.46 | 0.99 | 0.53 |
| Hex | F | FE | D4 | 5E | 0 | 11 | 0 | A9 | 63 | 35 |
| Octal | 17 | 376 | 324 | 136 | 0 | 21 | 0 | 251 | 143 | 65 |
| Binary | 1111 | 11111110 | 11010100 | 1011110 | 0 | 10001 | 0 | 10101001 | 1100011 | 110101 |
Color Harmonies of #0FFED4
Complementary color
Monochromatic Colors of #0FFED4
Black with #0FFED4
Text Example
Text Example
White with #0FFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFED4; }
p { color: rgb(15,254,212); }
H1.HeaderClassName
{
color: #0FFED4;
}
.AnyTagClassName
{
color: #0FFED4;
}
</style>
background-color css
<style>
a { background-color: #0FFED4; }
a { background-color: rgb(15,254,212); }
div.DivClassName
{
background-color: #0FFED4;
}
.BgClassName
{
background-color: #0FFED4;
}
</style>
border-color css
<style>
span { border-color: #0FFED4; }
span { border-color: rgb(15,254,212); }
td.TdClassName
{
border-color: #0FFED4;
}
.TagClassName
{
border-color: #0FFED4;
}
</style>