Shades of Turquoise #4DF4E4
Tints of Turquoise #4DF4E4
RGB
CMYK
RGB Variations
Color information
#4DF4E4 (or 0x4DF4E4) is known color: Turquoise. HEX triplet: 4D, F4 and E4. RGB value is (77,244,228). Sum of RGB (Red+Green+Blue) = 77+244+228=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4E4 is #B20B1B. Grayscale: #C0C0C0. Windows color (decimal): -11668252 or 15004749. OLE color: 15004749.
HSL color Cylindrical-coordinate representation of color #4DF4E4: hue angle of 174.25º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF4E4 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 228 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.04 |
| HSL | 174.25º | 0.88% | 0.63% | - |
| HSV(B) | 174.25º | 0.68% | 0.96% | - |
| XYZ | 49.41 | 71.88 | 84.67 | - |
| YUV | 192.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 228 | 0.68 | 0 | 0.07 | 0.04 | 174.25 | 0.88 | 0.63 |
| Hex | 4D | F4 | E4 | 44 | 0 | 7 | 4 | AE | 58 | 3F |
| Octal | 115 | 364 | 344 | 104 | 0 | 7 | 4 | 256 | 130 | 77 |
| Binary | 1001101 | 11110100 | 11100100 | 1000100 | 0 | 111 | 100 | 10101110 | 1011000 | 111111 |
Color Harmonies of #4DF4E4
Complementary color
Monochromatic Colors of #4DF4E4
Black with #4DF4E4
Text Example
Text Example
White with #4DF4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF4E4; }
p { color: rgb(77,244,228); }
H1.HeaderClassName
{
color: #4DF4E4;
}
.AnyTagClassName
{
color: #4DF4E4;
}
</style>
background-color css
<style>
a { background-color: #4DF4E4; }
a { background-color: rgb(77,244,228); }
div.DivClassName
{
background-color: #4DF4E4;
}
.BgClassName
{
background-color: #4DF4E4;
}
</style>
border-color css
<style>
span { border-color: #4DF4E4; }
span { border-color: rgb(77,244,228); }
td.TdClassName
{
border-color: #4DF4E4;
}
.TagClassName
{
border-color: #4DF4E4;
}
</style>