Shades of Turquoise #4DDDDF
Tints of Turquoise #4DDDDF
RGB
CMYK
RGB Variations
Color information
#4DDDDF (or 0x4DDDDF) is known color: Turquoise. HEX triplet: 4D, DD and DF. RGB value is (77,221,223). Sum of RGB (Red+Green+Blue) = 77+221+223=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDDF is #B22220. Grayscale: #B2B2B2. Windows color (decimal): -11674145 or 14671181. OLE color: 14671181.
HSL color Cylindrical-coordinate representation of color #4DDDDF: hue angle of 180.82º 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 #4DDDDF is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 223 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.13 |
| HSL | 180.82º | 0.7% | 0.59% | - |
| HSV(B) | 180.82º | 0.65% | 0.87% | - |
| XYZ | 42.24 | 58.62 | 78.9 | - |
| YUV | 178.17 | 153.29 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 223 | 0.65 | 0.01 | 0 | 0.13 | 180.82 | 0.7 | 0.59 |
| Hex | 4D | DD | DF | 41 | 1 | 0 | D | B5 | 46 | 3B |
| Octal | 115 | 335 | 337 | 101 | 1 | 0 | 15 | 265 | 106 | 73 |
| Binary | 1001101 | 11011101 | 11011111 | 1000001 | 1 | 0 | 1101 | 10110101 | 1000110 | 111011 |
Color Harmonies of #4DDDDF
Complementary color
Monochromatic Colors of #4DDDDF
Black with #4DDDDF
Text Example
Text Example
White with #4DDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDDF; }
p { color: rgb(77,221,223); }
H1.HeaderClassName
{
color: #4DDDDF;
}
.AnyTagClassName
{
color: #4DDDDF;
}
</style>
background-color css
<style>
a { background-color: #4DDDDF; }
a { background-color: rgb(77,221,223); }
div.DivClassName
{
background-color: #4DDDDF;
}
.BgClassName
{
background-color: #4DDDDF;
}
</style>
border-color css
<style>
span { border-color: #4DDDDF; }
span { border-color: rgb(77,221,223); }
td.TdClassName
{
border-color: #4DDDDF;
}
.TagClassName
{
border-color: #4DDDDF;
}
</style>