Shades of Turquoise #4FEDC7
Tints of Turquoise #4FEDC7
RGB
CMYK
RGB Variations
Color information
#4FEDC7 (or 0x4FEDC7) is known color: Turquoise. HEX triplet: 4F, ED and C7. RGB value is (79,237,199). Sum of RGB (Red+Green+Blue) = 79+237+199=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDC7 is #B01238. Grayscale: #B9B9B9. Windows color (decimal): -11539001 or 13102415. OLE color: 13102415.
HSL color Cylindrical-coordinate representation of color #4FEDC7: hue angle of 165.57º 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 #4FEDC7 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 199 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.07 |
| HSL | 165.57º | 0.81% | 0.62% | - |
| HSV(B) | 165.57º | 0.67% | 0.93% | - |
| XYZ | 43.82 | 66.35 | 64.53 | - |
| YUV | 185.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 199 | 0.67 | 0 | 0.16 | 0.07 | 165.57 | 0.81 | 0.62 |
| Hex | 4F | ED | C7 | 43 | 0 | 10 | 7 | A6 | 51 | 3E |
| Octal | 117 | 355 | 307 | 103 | 0 | 20 | 7 | 246 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11000111 | 1000011 | 0 | 10000 | 111 | 10100110 | 1010001 | 111110 |
Color Harmonies of #4FEDC7
Complementary color
Monochromatic Colors of #4FEDC7
Black with #4FEDC7
Text Example
Text Example
White with #4FEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDC7; }
p { color: rgb(79,237,199); }
H1.HeaderClassName
{
color: #4FEDC7;
}
.AnyTagClassName
{
color: #4FEDC7;
}
</style>
background-color css
<style>
a { background-color: #4FEDC7; }
a { background-color: rgb(79,237,199); }
div.DivClassName
{
background-color: #4FEDC7;
}
.BgClassName
{
background-color: #4FEDC7;
}
</style>
border-color css
<style>
span { border-color: #4FEDC7; }
span { border-color: rgb(79,237,199); }
td.TdClassName
{
border-color: #4FEDC7;
}
.TagClassName
{
border-color: #4FEDC7;
}
</style>