Shades of Turquoise #4DF4CA
Tints of Turquoise #4DF4CA
RGB
CMYK
RGB Variations
Color information
#4DF4CA (or 0x4DF4CA) is known color: Turquoise. HEX triplet: 4D, F4 and CA. RGB value is (77,244,202). Sum of RGB (Red+Green+Blue) = 77+244+202=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4CA is #B20B35. Grayscale: #BDBDBD. Windows color (decimal): -11668278 or 13300813. OLE color: 13300813.
HSL color Cylindrical-coordinate representation of color #4DF4CA: hue angle of 164.91º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF4CA is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 202 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.04 |
| HSL | 164.91º | 0.88% | 0.63% | - |
| HSV(B) | 164.91º | 0.68% | 0.96% | - |
| XYZ | 46.07 | 70.54 | 67.07 | - |
| YUV | 189.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 202 | 0.68 | 0 | 0.17 | 0.04 | 164.91 | 0.88 | 0.63 |
| Hex | 4D | F4 | CA | 44 | 0 | 11 | 4 | A5 | 58 | 3F |
| Octal | 115 | 364 | 312 | 104 | 0 | 21 | 4 | 245 | 130 | 77 |
| Binary | 1001101 | 11110100 | 11001010 | 1000100 | 0 | 10001 | 100 | 10100101 | 1011000 | 111111 |
Color Harmonies of #4DF4CA
Complementary color
Monochromatic Colors of #4DF4CA
Black with #4DF4CA
Text Example
Text Example
White with #4DF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF4CA; }
p { color: rgb(77,244,202); }
H1.HeaderClassName
{
color: #4DF4CA;
}
.AnyTagClassName
{
color: #4DF4CA;
}
</style>
background-color css
<style>
a { background-color: #4DF4CA; }
a { background-color: rgb(77,244,202); }
div.DivClassName
{
background-color: #4DF4CA;
}
.BgClassName
{
background-color: #4DF4CA;
}
</style>
border-color css
<style>
span { border-color: #4DF4CA; }
span { border-color: rgb(77,244,202); }
td.TdClassName
{
border-color: #4DF4CA;
}
.TagClassName
{
border-color: #4DF4CA;
}
</style>