Shades of Bright Turquoise #0FFED0
Tints of Bright Turquoise #0FFED0
RGB
CMYK
RGB Variations
Color information
#0FFED0 (or 0x0FFED0) is known color: Bright Turquoise. HEX triplet: 0F, FE and D0. RGB value is (15,254,208). Sum of RGB (Red+Green+Blue) = 15+254+208=477 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFED0 is #F0012F. Grayscale: #B1B1B1. Windows color (decimal): -15728944 or 13696527. OLE color: 13696527.
HSL color Cylindrical-coordinate representation of color #0FFED0: hue angle of 168.45º 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 #0FFED0 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 208 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.00 |
| HSL | 168.45º | 0.99% | 0.53% | - |
| HSV(B) | 168.45º | 0.94% | 1% | - |
| XYZ | 47.02 | 75.54 | 71.78 | - |
| YUV | 177.3 | 145.32 | 12.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 208 | 0.94 | 0 | 0.18 | 0.00 | 168.45 | 0.99 | 0.53 |
| Hex | F | FE | D0 | 5E | 0 | 12 | 0 | A8 | 63 | 35 |
| Octal | 17 | 376 | 320 | 136 | 0 | 22 | 0 | 250 | 143 | 65 |
| Binary | 1111 | 11111110 | 11010000 | 1011110 | 0 | 10010 | 0 | 10101000 | 1100011 | 110101 |
Color Harmonies of #0FFED0
Complementary color
Monochromatic Colors of #0FFED0
Black with #0FFED0
Text Example
Text Example
White with #0FFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFED0; }
p { color: rgb(15,254,208); }
H1.HeaderClassName
{
color: #0FFED0;
}
.AnyTagClassName
{
color: #0FFED0;
}
</style>
background-color css
<style>
a { background-color: #0FFED0; }
a { background-color: rgb(15,254,208); }
div.DivClassName
{
background-color: #0FFED0;
}
.BgClassName
{
background-color: #0FFED0;
}
</style>
border-color css
<style>
span { border-color: #0FFED0; }
span { border-color: rgb(15,254,208); }
td.TdClassName
{
border-color: #0FFED0;
}
.TagClassName
{
border-color: #0FFED0;
}
</style>