Shades of Turquoise #4FEDB7
Tints of Turquoise #4FEDB7
RGB
CMYK
RGB Variations
Color information
#4FEDB7 (or 0x4FEDB7) is known color: Turquoise. HEX triplet: 4F, ED and B7. RGB value is (79,237,183). Sum of RGB (Red+Green+Blue) = 79+237+183=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDB7 is #B01248. Grayscale: #B7B7B7. Windows color (decimal): -11539017 or 12053839. OLE color: 12053839.
HSL color Cylindrical-coordinate representation of color #4FEDB7: hue angle of 159.49º 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 #4FEDB7 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 183 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.07 |
| HSL | 159.49º | 0.81% | 0.62% | - |
| HSV(B) | 159.49º | 0.67% | 0.93% | - |
| XYZ | 42.06 | 65.65 | 55.25 | - |
| YUV | 183.6 | 127.65 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 183 | 0.67 | 0 | 0.23 | 0.07 | 159.49 | 0.81 | 0.62 |
| Hex | 4F | ED | B7 | 43 | 0 | 17 | 7 | 9F | 51 | 3E |
| Octal | 117 | 355 | 267 | 103 | 0 | 27 | 7 | 237 | 121 | 76 |
| Binary | 1001111 | 11101101 | 10110111 | 1000011 | 0 | 10111 | 111 | 10011111 | 1010001 | 111110 |
Color Harmonies of #4FEDB7
Complementary color
Monochromatic Colors of #4FEDB7
Black with #4FEDB7
Text Example
Text Example
White with #4FEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDB7; }
p { color: rgb(79,237,183); }
H1.HeaderClassName
{
color: #4FEDB7;
}
.AnyTagClassName
{
color: #4FEDB7;
}
</style>
background-color css
<style>
a { background-color: #4FEDB7; }
a { background-color: rgb(79,237,183); }
div.DivClassName
{
background-color: #4FEDB7;
}
.BgClassName
{
background-color: #4FEDB7;
}
</style>
border-color css
<style>
span { border-color: #4FEDB7; }
span { border-color: rgb(79,237,183); }
td.TdClassName
{
border-color: #4FEDB7;
}
.TagClassName
{
border-color: #4FEDB7;
}
</style>