Shades of Turquoise #4FEDDA
Tints of Turquoise #4FEDDA
RGB
CMYK
RGB Variations
Color information
#4FEDDA (or 0x4FEDDA) is known color: Turquoise. HEX triplet: 4F, ED and DA. RGB value is (79,237,218). Sum of RGB (Red+Green+Blue) = 79+237+218=534 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.79% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDDA is #B01225. Grayscale: #BBBBBB. Windows color (decimal): -11538982 or 14347599. OLE color: 14347599.
HSL color Cylindrical-coordinate representation of color #4FEDDA: hue angle of 172.78º 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 #4FEDDA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 218 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 172.78º | 0.81% | 0.62% | - |
| HSV(B) | 172.78º | 0.67% | 0.93% | - |
| XYZ | 46.16 | 67.29 | 76.89 | - |
| YUV | 187.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 218 | 0.67 | 0 | 0.08 | 0.07 | 172.78 | 0.81 | 0.62 |
| Hex | 4F | ED | DA | 43 | 0 | 8 | 7 | AD | 51 | 3E |
| Octal | 117 | 355 | 332 | 103 | 0 | 10 | 7 | 255 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11011010 | 1000011 | 0 | 1000 | 111 | 10101101 | 1010001 | 111110 |
Color Harmonies of #4FEDDA
Complementary color
Monochromatic Colors of #4FEDDA
Black with #4FEDDA
Text Example
Text Example
White with #4FEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDDA; }
p { color: rgb(79,237,218); }
H1.HeaderClassName
{
color: #4FEDDA;
}
.AnyTagClassName
{
color: #4FEDDA;
}
</style>
background-color css
<style>
a { background-color: #4FEDDA; }
a { background-color: rgb(79,237,218); }
div.DivClassName
{
background-color: #4FEDDA;
}
.BgClassName
{
background-color: #4FEDDA;
}
</style>
border-color css
<style>
span { border-color: #4FEDDA; }
span { border-color: rgb(79,237,218); }
td.TdClassName
{
border-color: #4FEDDA;
}
.TagClassName
{
border-color: #4FEDDA;
}
</style>