Shades of Turquoise #4DF2DC
Tints of Turquoise #4DF2DC
RGB
CMYK
RGB Variations
Color information
#4DF2DC (or 0x4DF2DC) is known color: Turquoise. HEX triplet: 4D, F2 and DC. RGB value is (77,242,220). Sum of RGB (Red+Green+Blue) = 77+242+220=539 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.29% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2DC is #B20D23. Grayscale: #BEBEBE. Windows color (decimal): -11668772 or 14479949. OLE color: 14479949.
HSL color Cylindrical-coordinate representation of color #4DF2DC: hue angle of 172º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF2DC is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 220 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.05 |
| HSL | 172º | 0.86% | 0.63% | - |
| HSV(B) | 172º | 0.68% | 0.95% | - |
| XYZ | 47.73 | 70.25 | 78.75 | - |
| YUV | 190.16 | 144.84 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 220 | 0.68 | 0 | 0.09 | 0.05 | 172 | 0.86 | 0.63 |
| Hex | 4D | F2 | DC | 44 | 0 | 9 | 5 | AC | 56 | 3F |
| Octal | 115 | 362 | 334 | 104 | 0 | 11 | 5 | 254 | 126 | 77 |
| Binary | 1001101 | 11110010 | 11011100 | 1000100 | 0 | 1001 | 101 | 10101100 | 1010110 | 111111 |
Color Harmonies of #4DF2DC
Complementary color
Monochromatic Colors of #4DF2DC
Black with #4DF2DC
Text Example
Text Example
White with #4DF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF2DC; }
p { color: rgb(77,242,220); }
H1.HeaderClassName
{
color: #4DF2DC;
}
.AnyTagClassName
{
color: #4DF2DC;
}
</style>
background-color css
<style>
a { background-color: #4DF2DC; }
a { background-color: rgb(77,242,220); }
div.DivClassName
{
background-color: #4DF2DC;
}
.BgClassName
{
background-color: #4DF2DC;
}
</style>
border-color css
<style>
span { border-color: #4DF2DC; }
span { border-color: rgb(77,242,220); }
td.TdClassName
{
border-color: #4DF2DC;
}
.TagClassName
{
border-color: #4DF2DC;
}
</style>