Shades of Turquoise #4DE9C2
Tints of Turquoise #4DE9C2
RGB
CMYK
RGB Variations
Color information
#4DE9C2 (or 0x4DE9C2) is known color: Turquoise. HEX triplet: 4D, E9 and C2. RGB value is (77,233,194). Sum of RGB (Red+Green+Blue) = 77+233+194=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #4DE9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE9C2 is #B2163D. Grayscale: #B5B5B5. Windows color (decimal): -11671102 or 12773709. OLE color: 12773709.
HSL color Cylindrical-coordinate representation of color #4DE9C2: hue angle of 165º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DE9C2 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 233 | 194 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.09 |
| HSL | 165º | 0.78% | 0.61% | - |
| HSV(B) | 165º | 0.67% | 0.91% | - |
| XYZ | 41.94 | 63.75 | 61.13 | - |
| YUV | 181.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 233 | 194 | 0.67 | 0 | 0.17 | 0.09 | 165 | 0.78 | 0.61 |
| Hex | 4D | E9 | C2 | 43 | 0 | 11 | 9 | A5 | 4E | 3D |
| Octal | 115 | 351 | 302 | 103 | 0 | 21 | 11 | 245 | 116 | 75 |
| Binary | 1001101 | 11101001 | 11000010 | 1000011 | 0 | 10001 | 1001 | 10100101 | 1001110 | 111101 |
Color Harmonies of #4DE9C2
Complementary color
Monochromatic Colors of #4DE9C2
Black with #4DE9C2
Text Example
Text Example
White with #4DE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE9C2; }
p { color: rgb(77,233,194); }
H1.HeaderClassName
{
color: #4DE9C2;
}
.AnyTagClassName
{
color: #4DE9C2;
}
</style>
background-color css
<style>
a { background-color: #4DE9C2; }
a { background-color: rgb(77,233,194); }
div.DivClassName
{
background-color: #4DE9C2;
}
.BgClassName
{
background-color: #4DE9C2;
}
</style>
border-color css
<style>
span { border-color: #4DE9C2; }
span { border-color: rgb(77,233,194); }
td.TdClassName
{
border-color: #4DE9C2;
}
.TagClassName
{
border-color: #4DE9C2;
}
</style>