Shades of Turquoise #4DFDE2
Tints of Turquoise #4DFDE2
RGB
CMYK
RGB Variations
Color information
#4DFDE2 (or 0x4DFDE2) is known color: Turquoise. HEX triplet: 4D, FD and E2. RGB value is (77,253,226). Sum of RGB (Red+Green+Blue) = 77+253+226=556 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.85% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDE2 is #B2021D. Grayscale: #C5C5C5. Windows color (decimal): -11665950 or 14875981. OLE color: 14875981.
HSL color Cylindrical-coordinate representation of color #4DFDE2: hue angle of 170.8º 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 #4DFDE2 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 226 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.01 |
| HSL | 170.8º | 0.98% | 0.65% | - |
| HSV(B) | 170.8º | 0.7% | 0.99% | - |
| XYZ | 51.91 | 77.32 | 84.14 | - |
| YUV | 197.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 226 | 0.70 | 0 | 0.11 | 0.01 | 170.8 | 0.98 | 0.65 |
| Hex | 4D | FD | E2 | 46 | 0 | B | 1 | AB | 62 | 41 |
| Octal | 115 | 375 | 342 | 106 | 0 | 13 | 1 | 253 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11100010 | 1000110 | 0 | 1011 | 1 | 10101011 | 1100010 | 1000001 |
Color Harmonies of #4DFDE2
Complementary color
Monochromatic Colors of #4DFDE2
Black with #4DFDE2
Text Example
Text Example
White with #4DFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDE2; }
p { color: rgb(77,253,226); }
H1.HeaderClassName
{
color: #4DFDE2;
}
.AnyTagClassName
{
color: #4DFDE2;
}
</style>
background-color css
<style>
a { background-color: #4DFDE2; }
a { background-color: rgb(77,253,226); }
div.DivClassName
{
background-color: #4DFDE2;
}
.BgClassName
{
background-color: #4DFDE2;
}
</style>
border-color css
<style>
span { border-color: #4DFDE2; }
span { border-color: rgb(77,253,226); }
td.TdClassName
{
border-color: #4DFDE2;
}
.TagClassName
{
border-color: #4DFDE2;
}
</style>