Shades of Turquoise #4FFEDA
Tints of Turquoise #4FFEDA
RGB
CMYK
RGB Variations
Color information
#4FFEDA (or 0x4FFEDA) is known color: Turquoise. HEX triplet: 4F, FE and DA. RGB value is (79,254,218). Sum of RGB (Red+Green+Blue) = 79+254+218=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFEDA is #B00125. Grayscale: #C5C5C5. Windows color (decimal): -11534630 or 14351951. OLE color: 14351951.
HSL color Cylindrical-coordinate representation of color #4FFEDA: hue angle of 167.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFEDA is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 218 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.00 |
| HSL | 167.66º | 0.99% | 0.65% | - |
| HSV(B) | 167.66º | 0.69% | 1% | - |
| XYZ | 51.32 | 77.61 | 78.6 | - |
| YUV | 197.57 | 139.52 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 218 | 0.69 | 0 | 0.14 | 0.00 | 167.66 | 0.99 | 0.65 |
| Hex | 4F | FE | DA | 45 | 0 | E | 0 | A8 | 63 | 41 |
| Octal | 117 | 376 | 332 | 105 | 0 | 16 | 0 | 250 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11011010 | 1000101 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000001 |
Color Harmonies of #4FFEDA
Complementary color
Monochromatic Colors of #4FFEDA
Black with #4FFEDA
Text Example
Text Example
White with #4FFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFEDA; }
p { color: rgb(79,254,218); }
H1.HeaderClassName
{
color: #4FFEDA;
}
.AnyTagClassName
{
color: #4FFEDA;
}
</style>
background-color css
<style>
a { background-color: #4FFEDA; }
a { background-color: rgb(79,254,218); }
div.DivClassName
{
background-color: #4FFEDA;
}
.BgClassName
{
background-color: #4FFEDA;
}
</style>
border-color css
<style>
span { border-color: #4FFEDA; }
span { border-color: rgb(79,254,218); }
td.TdClassName
{
border-color: #4FFEDA;
}
.TagClassName
{
border-color: #4FFEDA;
}
</style>