Shades of Turquoise #4DFEDF
Tints of Turquoise #4DFEDF
RGB
CMYK
RGB Variations
Color information
#4DFEDF (or 0x4DFEDF) is known color: Turquoise. HEX triplet: 4D, FE and DF. RGB value is (77,254,223). Sum of RGB (Red+Green+Blue) = 77+254+223=554 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.90% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEDF is #B20120. Grayscale: #C5C5C5. Windows color (decimal): -11665697 or 14679629. OLE color: 14679629.
HSL color Cylindrical-coordinate representation of color #4DFEDF: hue angle of 169.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEDF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 223 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.00 |
| HSL | 169.49º | 0.99% | 0.65% | - |
| HSV(B) | 169.49º | 0.7% | 1% | - |
| XYZ | 51.82 | 77.79 | 82.1 | - |
| YUV | 197.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 223 | 0.70 | 0 | 0.12 | 0.00 | 169.49 | 0.99 | 0.65 |
| Hex | 4D | FE | DF | 46 | 0 | C | 0 | A9 | 63 | 41 |
| Octal | 115 | 376 | 337 | 106 | 0 | 14 | 0 | 251 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11011111 | 1000110 | 0 | 1100 | 0 | 10101001 | 1100011 | 1000001 |
Color Harmonies of #4DFEDF
Complementary color
Monochromatic Colors of #4DFEDF
Black with #4DFEDF
Text Example
Text Example
White with #4DFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEDF; }
p { color: rgb(77,254,223); }
H1.HeaderClassName
{
color: #4DFEDF;
}
.AnyTagClassName
{
color: #4DFEDF;
}
</style>
background-color css
<style>
a { background-color: #4DFEDF; }
a { background-color: rgb(77,254,223); }
div.DivClassName
{
background-color: #4DFEDF;
}
.BgClassName
{
background-color: #4DFEDF;
}
</style>
border-color css
<style>
span { border-color: #4DFEDF; }
span { border-color: rgb(77,254,223); }
td.TdClassName
{
border-color: #4DFEDF;
}
.TagClassName
{
border-color: #4DFEDF;
}
</style>