Shades of Turquoise #4FEDC4
Tints of Turquoise #4FEDC4
RGB
CMYK
RGB Variations
Color information
#4FEDC4 (or 0x4FEDC4) is known color: Turquoise. HEX triplet: 4F, ED and C4. RGB value is (79,237,196). Sum of RGB (Red+Green+Blue) = 79+237+196=512 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.43% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDC4 is #B0123B. Grayscale: #B9B9B9. Windows color (decimal): -11539004 or 12905807. OLE color: 12905807.
HSL color Cylindrical-coordinate representation of color #4FEDC4: hue angle of 164.43º 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 #4FEDC4 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 196 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.07 |
| HSL | 164.43º | 0.81% | 0.62% | - |
| HSV(B) | 164.43º | 0.67% | 0.93% | - |
| XYZ | 43.47 | 66.22 | 62.71 | - |
| YUV | 185.08 | 134.15 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 196 | 0.67 | 0 | 0.17 | 0.07 | 164.43 | 0.81 | 0.62 |
| Hex | 4F | ED | C4 | 43 | 0 | 11 | 7 | A4 | 51 | 3E |
| Octal | 117 | 355 | 304 | 103 | 0 | 21 | 7 | 244 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11000100 | 1000011 | 0 | 10001 | 111 | 10100100 | 1010001 | 111110 |
Color Harmonies of #4FEDC4
Complementary color
Monochromatic Colors of #4FEDC4
Black with #4FEDC4
Text Example
Text Example
White with #4FEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDC4; }
p { color: rgb(79,237,196); }
H1.HeaderClassName
{
color: #4FEDC4;
}
.AnyTagClassName
{
color: #4FEDC4;
}
</style>
background-color css
<style>
a { background-color: #4FEDC4; }
a { background-color: rgb(79,237,196); }
div.DivClassName
{
background-color: #4FEDC4;
}
.BgClassName
{
background-color: #4FEDC4;
}
</style>
border-color css
<style>
span { border-color: #4FEDC4; }
span { border-color: rgb(79,237,196); }
td.TdClassName
{
border-color: #4FEDC4;
}
.TagClassName
{
border-color: #4FEDC4;
}
</style>