Shades of Turquoise #4DFDD6
Tints of Turquoise #4DFDD6
RGB
CMYK
RGB Variations
Color information
#4DFDD6 (or 0x4DFDD6) is known color: Turquoise. HEX triplet: 4D, FD and D6. RGB value is (77,253,214). Sum of RGB (Red+Green+Blue) = 77+253+214=544 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.15% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDD6 is #B20229. Grayscale: #C3C3C3. Windows color (decimal): -11665962 or 14089549. OLE color: 14089549.
HSL color Cylindrical-coordinate representation of color #4DFDD6: hue angle of 166.7º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDD6 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 214 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.01 |
| HSL | 166.7º | 0.98% | 0.65% | - |
| HSV(B) | 166.7º | 0.7% | 0.99% | - |
| XYZ | 50.32 | 76.68 | 75.77 | - |
| YUV | 195.93 | 138.19 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 214 | 0.70 | 0 | 0.15 | 0.01 | 166.7 | 0.98 | 0.65 |
| Hex | 4D | FD | D6 | 46 | 0 | F | 1 | A7 | 62 | 41 |
| Octal | 115 | 375 | 326 | 106 | 0 | 17 | 1 | 247 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11010110 | 1000110 | 0 | 1111 | 1 | 10100111 | 1100010 | 1000001 |
Color Harmonies of #4DFDD6
Complementary color
Monochromatic Colors of #4DFDD6
Black with #4DFDD6
Text Example
Text Example
White with #4DFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDD6; }
p { color: rgb(77,253,214); }
H1.HeaderClassName
{
color: #4DFDD6;
}
.AnyTagClassName
{
color: #4DFDD6;
}
</style>
background-color css
<style>
a { background-color: #4DFDD6; }
a { background-color: rgb(77,253,214); }
div.DivClassName
{
background-color: #4DFDD6;
}
.BgClassName
{
background-color: #4DFDD6;
}
</style>
border-color css
<style>
span { border-color: #4DFDD6; }
span { border-color: rgb(77,253,214); }
td.TdClassName
{
border-color: #4DFDD6;
}
.TagClassName
{
border-color: #4DFDD6;
}
</style>