Shades of Bright Turquoise #0FEDC5
Tints of Bright Turquoise #0FEDC5
RGB
CMYK
RGB Variations
Color information
#0FEDC5 (or 0x0FEDC5) is known color: Bright Turquoise. HEX triplet: 0F, ED and C5. RGB value is (15,237,197). Sum of RGB (Red+Green+Blue) = 15+237+197=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDC5 is #F0123A. Grayscale: #A6A6A6. Windows color (decimal): -15733307 or 12971279. OLE color: 12971279.
HSL color Cylindrical-coordinate representation of color #0FEDC5: hue angle of 169.19º 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 #0FEDC5 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 197 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.07 |
| HSL | 169.19º | 0.88% | 0.49% | - |
| HSV(B) | 169.19º | 0.94% | 0.93% | - |
| XYZ | 40.56 | 64.7 | 63.17 | - |
| YUV | 166.06 | 145.45 | 20.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 197 | 0.94 | 0 | 0.17 | 0.07 | 169.19 | 0.88 | 0.49 |
| Hex | F | ED | C5 | 5E | 0 | 11 | 7 | A9 | 58 | 31 |
| Octal | 17 | 355 | 305 | 136 | 0 | 21 | 7 | 251 | 130 | 61 |
| Binary | 1111 | 11101101 | 11000101 | 1011110 | 0 | 10001 | 111 | 10101001 | 1011000 | 110001 |
Color Harmonies of #0FEDC5
Complementary color
Monochromatic Colors of #0FEDC5
Black with #0FEDC5
Text Example
Text Example
White with #0FEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDC5; }
p { color: rgb(15,237,197); }
H1.HeaderClassName
{
color: #0FEDC5;
}
.AnyTagClassName
{
color: #0FEDC5;
}
</style>
background-color css
<style>
a { background-color: #0FEDC5; }
a { background-color: rgb(15,237,197); }
div.DivClassName
{
background-color: #0FEDC5;
}
.BgClassName
{
background-color: #0FEDC5;
}
</style>
border-color css
<style>
span { border-color: #0FEDC5; }
span { border-color: rgb(15,237,197); }
td.TdClassName
{
border-color: #0FEDC5;
}
.TagClassName
{
border-color: #0FEDC5;
}
</style>