Shades of Turquoise #4DFEC9
Tints of Turquoise #4DFEC9
RGB
CMYK
RGB Variations
Color information
#4DFEC9 (or 0x4DFEC9) is known color: Turquoise. HEX triplet: 4D, FE and C9. RGB value is (77,254,201). Sum of RGB (Red+Green+Blue) = 77+254+201=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEC9 is #B20136. Grayscale: #C3C3C3. Windows color (decimal): -11665719 or 13237837. OLE color: 13237837.
HSL color Cylindrical-coordinate representation of color #4DFEC9: hue angle of 162.03º 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 #4DFEC9 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 201 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.00 |
| HSL | 162.03º | 0.99% | 0.65% | - |
| HSV(B) | 162.03º | 0.7% | 1% | - |
| XYZ | 49.05 | 76.68 | 67.47 | - |
| YUV | 195.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 201 | 0.70 | 0 | 0.21 | 0.00 | 162.03 | 0.99 | 0.65 |
| Hex | 4D | FE | C9 | 46 | 0 | 15 | 0 | A2 | 63 | 41 |
| Octal | 115 | 376 | 311 | 106 | 0 | 25 | 0 | 242 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11001001 | 1000110 | 0 | 10101 | 0 | 10100010 | 1100011 | 1000001 |
Color Harmonies of #4DFEC9
Complementary color
Monochromatic Colors of #4DFEC9
Black with #4DFEC9
Text Example
Text Example
White with #4DFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEC9; }
p { color: rgb(77,254,201); }
H1.HeaderClassName
{
color: #4DFEC9;
}
.AnyTagClassName
{
color: #4DFEC9;
}
</style>
background-color css
<style>
a { background-color: #4DFEC9; }
a { background-color: rgb(77,254,201); }
div.DivClassName
{
background-color: #4DFEC9;
}
.BgClassName
{
background-color: #4DFEC9;
}
</style>
border-color css
<style>
span { border-color: #4DFEC9; }
span { border-color: rgb(77,254,201); }
td.TdClassName
{
border-color: #4DFEC9;
}
.TagClassName
{
border-color: #4DFEC9;
}
</style>