Shades of Turquoise #4DE4E2
Tints of Turquoise #4DE4E2
RGB
CMYK
RGB Variations
Color information
#4DE4E2 (or 0x4DE4E2) is known color: Turquoise. HEX triplet: 4D, E4 and E2. RGB value is (77,228,226). Sum of RGB (Red+Green+Blue) = 77+228+226=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE4E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE4E2 is #B21B1D. Grayscale: #B6B6B6. Windows color (decimal): -11672350 or 14869581. OLE color: 14869581.
HSL color Cylindrical-coordinate representation of color #4DE4E2: hue angle of 179.21º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE4E2 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 226 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.11 |
| HSL | 179.21º | 0.74% | 0.6% | - |
| HSV(B) | 179.21º | 0.66% | 0.89% | - |
| XYZ | 44.53 | 62.56 | 81.68 | - |
| YUV | 182.62 | 152.47 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 226 | 0.66 | 0 | 0.01 | 0.11 | 179.21 | 0.74 | 0.6 |
| Hex | 4D | E4 | E2 | 42 | 0 | 1 | B | B3 | 4A | 3C |
| Octal | 115 | 344 | 342 | 102 | 0 | 1 | 13 | 263 | 112 | 74 |
| Binary | 1001101 | 11100100 | 11100010 | 1000010 | 0 | 1 | 1011 | 10110011 | 1001010 | 111100 |
Color Harmonies of #4DE4E2
Complementary color
Monochromatic Colors of #4DE4E2
Black with #4DE4E2
Text Example
Text Example
White with #4DE4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE4E2; }
p { color: rgb(77,228,226); }
H1.HeaderClassName
{
color: #4DE4E2;
}
.AnyTagClassName
{
color: #4DE4E2;
}
</style>
background-color css
<style>
a { background-color: #4DE4E2; }
a { background-color: rgb(77,228,226); }
div.DivClassName
{
background-color: #4DE4E2;
}
.BgClassName
{
background-color: #4DE4E2;
}
</style>
border-color css
<style>
span { border-color: #4DE4E2; }
span { border-color: rgb(77,228,226); }
td.TdClassName
{
border-color: #4DE4E2;
}
.TagClassName
{
border-color: #4DE4E2;
}
</style>