Shades of Turquoise #4DDFDA
Tints of Turquoise #4DDFDA
RGB
CMYK
RGB Variations
Color information
#4DDFDA (or 0x4DDFDA) is known color: Turquoise. HEX triplet: 4D, DF and DA. RGB value is (77,223,218). Sum of RGB (Red+Green+Blue) = 77+223+218=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFDA is #B22025. Grayscale: #B2B2B2. Windows color (decimal): -11673638 or 14344013. OLE color: 14344013.
HSL color Cylindrical-coordinate representation of color #4DDFDA: hue angle of 177.95º 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 #4DDFDA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 218 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.13 |
| HSL | 177.95º | 0.7% | 0.59% | - |
| HSV(B) | 177.95º | 0.65% | 0.87% | - |
| XYZ | 42.1 | 59.42 | 75.58 | - |
| YUV | 178.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 218 | 0.65 | 0 | 0.02 | 0.13 | 177.95 | 0.7 | 0.59 |
| Hex | 4D | DF | DA | 41 | 0 | 2 | D | B2 | 46 | 3B |
| Octal | 115 | 337 | 332 | 101 | 0 | 2 | 15 | 262 | 106 | 73 |
| Binary | 1001101 | 11011111 | 11011010 | 1000001 | 0 | 10 | 1101 | 10110010 | 1000110 | 111011 |
Color Harmonies of #4DDFDA
Complementary color
Monochromatic Colors of #4DDFDA
Black with #4DDFDA
Text Example
Text Example
White with #4DDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFDA; }
p { color: rgb(77,223,218); }
H1.HeaderClassName
{
color: #4DDFDA;
}
.AnyTagClassName
{
color: #4DDFDA;
}
</style>
background-color css
<style>
a { background-color: #4DDFDA; }
a { background-color: rgb(77,223,218); }
div.DivClassName
{
background-color: #4DDFDA;
}
.BgClassName
{
background-color: #4DDFDA;
}
</style>
border-color css
<style>
span { border-color: #4DDFDA; }
span { border-color: rgb(77,223,218); }
td.TdClassName
{
border-color: #4DDFDA;
}
.TagClassName
{
border-color: #4DDFDA;
}
</style>