Shades of Turquoise #4DEDE0
Tints of Turquoise #4DEDE0
RGB
CMYK
RGB Variations
Color information
#4DEDE0 (or 0x4DEDE0) is known color: Turquoise. HEX triplet: 4D, ED and E0. RGB value is (77,237,224). Sum of RGB (Red+Green+Blue) = 77+237+224=538 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.31% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDE0 is #B2121F. Grayscale: #BBBBBB. Windows color (decimal): -11670048 or 14740813. OLE color: 14740813.
HSL color Cylindrical-coordinate representation of color #4DEDE0: hue angle of 175.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDE0 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 224 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.07 |
| HSL | 175.13º | 0.82% | 0.62% | - |
| HSV(B) | 175.13º | 0.68% | 0.93% | - |
| XYZ | 46.8 | 67.53 | 81.09 | - |
| YUV | 187.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 224 | 0.68 | 0 | 0.05 | 0.07 | 175.13 | 0.82 | 0.62 |
| Hex | 4D | ED | E0 | 44 | 0 | 5 | 7 | AF | 52 | 3E |
| Octal | 115 | 355 | 340 | 104 | 0 | 5 | 7 | 257 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11100000 | 1000100 | 0 | 101 | 111 | 10101111 | 1010010 | 111110 |
Color Harmonies of #4DEDE0
Complementary color
Monochromatic Colors of #4DEDE0
Black with #4DEDE0
Text Example
Text Example
White with #4DEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDE0; }
p { color: rgb(77,237,224); }
H1.HeaderClassName
{
color: #4DEDE0;
}
.AnyTagClassName
{
color: #4DEDE0;
}
</style>
background-color css
<style>
a { background-color: #4DEDE0; }
a { background-color: rgb(77,237,224); }
div.DivClassName
{
background-color: #4DEDE0;
}
.BgClassName
{
background-color: #4DEDE0;
}
</style>
border-color css
<style>
span { border-color: #4DEDE0; }
span { border-color: rgb(77,237,224); }
td.TdClassName
{
border-color: #4DEDE0;
}
.TagClassName
{
border-color: #4DEDE0;
}
</style>