Shades of Turquoise #4FEDD9
Tints of Turquoise #4FEDD9
RGB
CMYK
RGB Variations
Color information
#4FEDD9 (or 0x4FEDD9) is known color: Turquoise. HEX triplet: 4F, ED and D9. RGB value is (79,237,217). Sum of RGB (Red+Green+Blue) = 79+237+217=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDD9 is #B01226. Grayscale: #BBBBBB. Windows color (decimal): -11538983 or 14282063. OLE color: 14282063.
HSL color Cylindrical-coordinate representation of color #4FEDD9: hue angle of 172.41º 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 #4FEDD9 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 217 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 172.41º | 0.81% | 0.62% | - |
| HSV(B) | 172.41º | 0.67% | 0.93% | - |
| XYZ | 46.03 | 67.24 | 76.2 | - |
| YUV | 187.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 217 | 0.67 | 0 | 0.08 | 0.07 | 172.41 | 0.81 | 0.62 |
| Hex | 4F | ED | D9 | 43 | 0 | 8 | 7 | AC | 51 | 3E |
| Octal | 117 | 355 | 331 | 103 | 0 | 10 | 7 | 254 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11011001 | 1000011 | 0 | 1000 | 111 | 10101100 | 1010001 | 111110 |
Color Harmonies of #4FEDD9
Complementary color
Monochromatic Colors of #4FEDD9
Black with #4FEDD9
Text Example
Text Example
White with #4FEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDD9; }
p { color: rgb(79,237,217); }
H1.HeaderClassName
{
color: #4FEDD9;
}
.AnyTagClassName
{
color: #4FEDD9;
}
</style>
background-color css
<style>
a { background-color: #4FEDD9; }
a { background-color: rgb(79,237,217); }
div.DivClassName
{
background-color: #4FEDD9;
}
.BgClassName
{
background-color: #4FEDD9;
}
</style>
border-color css
<style>
span { border-color: #4FEDD9; }
span { border-color: rgb(79,237,217); }
td.TdClassName
{
border-color: #4FEDD9;
}
.TagClassName
{
border-color: #4FEDD9;
}
</style>