Shades of Turquoise #4DE7C6
Tints of Turquoise #4DE7C6
RGB
CMYK
RGB Variations
Color information
#4DE7C6 (or 0x4DE7C6) is known color: Turquoise. HEX triplet: 4D, E7 and C6. RGB value is (77,231,198). Sum of RGB (Red+Green+Blue) = 77+231+198=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #4DE7C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE7C6 is #B21839. Grayscale: #B5B5B5. Windows color (decimal): -11671610 or 13035341. OLE color: 13035341.
HSL color Cylindrical-coordinate representation of color #4DE7C6: hue angle of 167.14º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DE7C6 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 231 | 198 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.09 |
| HSL | 167.14º | 0.76% | 0.6% | - |
| HSV(B) | 167.14º | 0.67% | 0.91% | - |
| XYZ | 41.83 | 62.81 | 63.34 | - |
| YUV | 181.19 | 137.48 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 231 | 198 | 0.67 | 0 | 0.14 | 0.09 | 167.14 | 0.76 | 0.6 |
| Hex | 4D | E7 | C6 | 43 | 0 | E | 9 | A7 | 4C | 3C |
| Octal | 115 | 347 | 306 | 103 | 0 | 16 | 11 | 247 | 114 | 74 |
| Binary | 1001101 | 11100111 | 11000110 | 1000011 | 0 | 1110 | 1001 | 10100111 | 1001100 | 111100 |
Color Harmonies of #4DE7C6
Complementary color
Monochromatic Colors of #4DE7C6
Black with #4DE7C6
Text Example
Text Example
White with #4DE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE7C6; }
p { color: rgb(77,231,198); }
H1.HeaderClassName
{
color: #4DE7C6;
}
.AnyTagClassName
{
color: #4DE7C6;
}
</style>
background-color css
<style>
a { background-color: #4DE7C6; }
a { background-color: rgb(77,231,198); }
div.DivClassName
{
background-color: #4DE7C6;
}
.BgClassName
{
background-color: #4DE7C6;
}
</style>
border-color css
<style>
span { border-color: #4DE7C6; }
span { border-color: rgb(77,231,198); }
td.TdClassName
{
border-color: #4DE7C6;
}
.TagClassName
{
border-color: #4DE7C6;
}
</style>