Shades of Turquoise #4DEDCA
Tints of Turquoise #4DEDCA
RGB
CMYK
RGB Variations
Color information
#4DEDCA (or 0x4DEDCA) is known color: Turquoise. HEX triplet: 4D, ED and CA. RGB value is (77,237,202). Sum of RGB (Red+Green+Blue) = 77+237+202=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDCA is #B21235. Grayscale: #B9B9B9. Windows color (decimal): -11670070 or 13299021. OLE color: 13299021.
HSL color Cylindrical-coordinate representation of color #4DEDCA: hue angle of 166.88º 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 #4DEDCA is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 202 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.07 |
| HSL | 166.88º | 0.82% | 0.62% | - |
| HSV(B) | 166.88º | 0.68% | 0.93% | - |
| XYZ | 44.01 | 66.41 | 66.38 | - |
| YUV | 185.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 202 | 0.68 | 0 | 0.15 | 0.07 | 166.88 | 0.82 | 0.62 |
| Hex | 4D | ED | CA | 44 | 0 | F | 7 | A7 | 52 | 3E |
| Octal | 115 | 355 | 312 | 104 | 0 | 17 | 7 | 247 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11001010 | 1000100 | 0 | 1111 | 111 | 10100111 | 1010010 | 111110 |
Color Harmonies of #4DEDCA
Complementary color
Monochromatic Colors of #4DEDCA
Black with #4DEDCA
Text Example
Text Example
White with #4DEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDCA; }
p { color: rgb(77,237,202); }
H1.HeaderClassName
{
color: #4DEDCA;
}
.AnyTagClassName
{
color: #4DEDCA;
}
</style>
background-color css
<style>
a { background-color: #4DEDCA; }
a { background-color: rgb(77,237,202); }
div.DivClassName
{
background-color: #4DEDCA;
}
.BgClassName
{
background-color: #4DEDCA;
}
</style>
border-color css
<style>
span { border-color: #4DEDCA; }
span { border-color: rgb(77,237,202); }
td.TdClassName
{
border-color: #4DEDCA;
}
.TagClassName
{
border-color: #4DEDCA;
}
</style>