Shades of Turquoise #4DDCDF
Tints of Turquoise #4DDCDF
RGB
CMYK
RGB Variations
Color information
#4DDCDF (or 0x4DDCDF) is known color: Turquoise. HEX triplet: 4D, DC and DF. RGB value is (77,220,223). Sum of RGB (Red+Green+Blue) = 77+220+223=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DDCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCDF is #B22320. Grayscale: #B1B1B1. Windows color (decimal): -11674401 or 14670925. OLE color: 14670925.
HSL color Cylindrical-coordinate representation of color #4DDCDF: hue angle of 181.23º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCDF is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 220 | 223 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.13 |
| HSL | 181.23º | 0.7% | 0.59% | - |
| HSV(B) | 181.23º | 0.65% | 0.87% | - |
| XYZ | 41.97 | 58.09 | 78.81 | - |
| YUV | 177.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 223 | 0.65 | 0.01 | 0 | 0.13 | 181.23 | 0.7 | 0.59 |
| Hex | 4D | DC | DF | 41 | 1 | 0 | D | B5 | 46 | 3B |
| Octal | 115 | 334 | 337 | 101 | 1 | 0 | 15 | 265 | 106 | 73 |
| Binary | 1001101 | 11011100 | 11011111 | 1000001 | 1 | 0 | 1101 | 10110101 | 1000110 | 111011 |
Color Harmonies of #4DDCDF
Complementary color
Monochromatic Colors of #4DDCDF
Black with #4DDCDF
Text Example
Text Example
White with #4DDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCDF; }
p { color: rgb(77,220,223); }
H1.HeaderClassName
{
color: #4DDCDF;
}
.AnyTagClassName
{
color: #4DDCDF;
}
</style>
background-color css
<style>
a { background-color: #4DDCDF; }
a { background-color: rgb(77,220,223); }
div.DivClassName
{
background-color: #4DDCDF;
}
.BgClassName
{
background-color: #4DDCDF;
}
</style>
border-color css
<style>
span { border-color: #4DDCDF; }
span { border-color: rgb(77,220,223); }
td.TdClassName
{
border-color: #4DDCDF;
}
.TagClassName
{
border-color: #4DDCDF;
}
</style>