Shades of Turquoise #4DFDCE
Tints of Turquoise #4DFDCE
RGB
CMYK
RGB Variations
Color information
#4DFDCE (or 0x4DFDCE) is known color: Turquoise. HEX triplet: 4D, FD and CE. RGB value is (77,253,206). Sum of RGB (Red+Green+Blue) = 77+253+206=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDCE is #B20231. Grayscale: #C3C3C3. Windows color (decimal): -11665970 or 13565261. OLE color: 13565261.
HSL color Cylindrical-coordinate representation of color #4DFDCE: hue angle of 163.98º 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 #4DFDCE is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 206 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.01 |
| HSL | 163.98º | 0.98% | 0.65% | - |
| HSV(B) | 163.98º | 0.7% | 0.99% | - |
| XYZ | 49.33 | 76.28 | 70.52 | - |
| YUV | 195.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 206 | 0.70 | 0 | 0.19 | 0.01 | 163.98 | 0.98 | 0.65 |
| Hex | 4D | FD | CE | 46 | 0 | 13 | 1 | A4 | 62 | 41 |
| Octal | 115 | 375 | 316 | 106 | 0 | 23 | 1 | 244 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11001110 | 1000110 | 0 | 10011 | 1 | 10100100 | 1100010 | 1000001 |
Color Harmonies of #4DFDCE
Complementary color
Monochromatic Colors of #4DFDCE
Black with #4DFDCE
Text Example
Text Example
White with #4DFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDCE; }
p { color: rgb(77,253,206); }
H1.HeaderClassName
{
color: #4DFDCE;
}
.AnyTagClassName
{
color: #4DFDCE;
}
</style>
background-color css
<style>
a { background-color: #4DFDCE; }
a { background-color: rgb(77,253,206); }
div.DivClassName
{
background-color: #4DFDCE;
}
.BgClassName
{
background-color: #4DFDCE;
}
</style>
border-color css
<style>
span { border-color: #4DFDCE; }
span { border-color: rgb(77,253,206); }
td.TdClassName
{
border-color: #4DFDCE;
}
.TagClassName
{
border-color: #4DFDCE;
}
</style>