Shades of Turquoise #4FEDC9
Tints of Turquoise #4FEDC9
RGB
CMYK
RGB Variations
Color information
#4FEDC9 (or 0x4FEDC9) is known color: Turquoise. HEX triplet: 4F, ED and C9. RGB value is (79,237,201). Sum of RGB (Red+Green+Blue) = 79+237+201=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDC9 is #B01236. Grayscale: #B9B9B9. Windows color (decimal): -11538999 or 13233487. OLE color: 13233487.
HSL color Cylindrical-coordinate representation of color #4FEDC9: hue angle of 166.33º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDC9 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 201 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.07 |
| HSL | 166.33º | 0.81% | 0.62% | - |
| HSV(B) | 166.33º | 0.67% | 0.93% | - |
| XYZ | 44.05 | 66.45 | 65.76 | - |
| YUV | 185.65 | 136.65 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 201 | 0.67 | 0 | 0.15 | 0.07 | 166.33 | 0.81 | 0.62 |
| Hex | 4F | ED | C9 | 43 | 0 | F | 7 | A6 | 51 | 3E |
| Octal | 117 | 355 | 311 | 103 | 0 | 17 | 7 | 246 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11001001 | 1000011 | 0 | 1111 | 111 | 10100110 | 1010001 | 111110 |
Color Harmonies of #4FEDC9
Complementary color
Monochromatic Colors of #4FEDC9
Black with #4FEDC9
Text Example
Text Example
White with #4FEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDC9; }
p { color: rgb(79,237,201); }
H1.HeaderClassName
{
color: #4FEDC9;
}
.AnyTagClassName
{
color: #4FEDC9;
}
</style>
background-color css
<style>
a { background-color: #4FEDC9; }
a { background-color: rgb(79,237,201); }
div.DivClassName
{
background-color: #4FEDC9;
}
.BgClassName
{
background-color: #4FEDC9;
}
</style>
border-color css
<style>
span { border-color: #4FEDC9; }
span { border-color: rgb(79,237,201); }
td.TdClassName
{
border-color: #4FEDC9;
}
.TagClassName
{
border-color: #4FEDC9;
}
</style>