Shades of Turquoise #4DE5CA
Tints of Turquoise #4DE5CA
RGB
CMYK
RGB Variations
Color information
#4DE5CA (or 0x4DE5CA) is known color: Turquoise. HEX triplet: 4D, E5 and CA. RGB value is (77,229,202). Sum of RGB (Red+Green+Blue) = 77+229+202=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE5CA is #B21A35. Grayscale: #B4B4B4. Windows color (decimal): -11672118 or 13296973. OLE color: 13296973.
HSL color Cylindrical-coordinate representation of color #4DE5CA: hue angle of 169.34º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE5CA is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 229 | 202 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.10 |
| HSL | 169.34º | 0.75% | 0.6% | - |
| HSV(B) | 169.34º | 0.66% | 0.9% | - |
| XYZ | 41.74 | 61.88 | 65.62 | - |
| YUV | 180.47 | 140.14 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 229 | 202 | 0.66 | 0 | 0.12 | 0.10 | 169.34 | 0.75 | 0.6 |
| Hex | 4D | E5 | CA | 42 | 0 | C | A | A9 | 4B | 3C |
| Octal | 115 | 345 | 312 | 102 | 0 | 14 | 12 | 251 | 113 | 74 |
| Binary | 1001101 | 11100101 | 11001010 | 1000010 | 0 | 1100 | 1010 | 10101001 | 1001011 | 111100 |
Color Harmonies of #4DE5CA
Complementary color
Monochromatic Colors of #4DE5CA
Black with #4DE5CA
Text Example
Text Example
White with #4DE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE5CA; }
p { color: rgb(77,229,202); }
H1.HeaderClassName
{
color: #4DE5CA;
}
.AnyTagClassName
{
color: #4DE5CA;
}
</style>
background-color css
<style>
a { background-color: #4DE5CA; }
a { background-color: rgb(77,229,202); }
div.DivClassName
{
background-color: #4DE5CA;
}
.BgClassName
{
background-color: #4DE5CA;
}
</style>
border-color css
<style>
span { border-color: #4DE5CA; }
span { border-color: rgb(77,229,202); }
td.TdClassName
{
border-color: #4DE5CA;
}
.TagClassName
{
border-color: #4DE5CA;
}
</style>