Shades of Turquoise #4DDFDF
Tints of Turquoise #4DDFDF
RGB
CMYK
RGB Variations
Color information
#4DDFDF (or 0x4DDFDF) is known color: Turquoise. HEX triplet: 4D, DF and DF. RGB value is (77,223,223). Sum of RGB (Red+Green+Blue) = 77+223+223=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #4DDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFDF is #B22020. Grayscale: #B3B3B3. Windows color (decimal): -11673633 or 14671693. OLE color: 14671693.
HSL color Cylindrical-coordinate representation of color #4DDFDF: hue angle of 180º 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 #4DDFDF is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 223 | - |
| CMYK | 0.65 | 0 | 0 | 0.13 |
| HSL | 180º | 0.7% | 0.59% | - |
| HSV(B) | 180º | 0.65% | 0.87% | - |
| XYZ | 42.77 | 59.68 | 79.08 | - |
| YUV | 179.35 | 152.63 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 223 | 0.65 | 0 | 0 | 0.13 | 180 | 0.7 | 0.59 |
| Hex | 4D | DF | DF | 41 | 0 | 0 | D | B4 | 46 | 3B |
| Octal | 115 | 337 | 337 | 101 | 0 | 0 | 15 | 264 | 106 | 73 |
| Binary | 1001101 | 11011111 | 11011111 | 1000001 | 0 | 0 | 1101 | 10110100 | 1000110 | 111011 |
Color Harmonies of #4DDFDF
Complementary color
Monochromatic Colors of #4DDFDF
Black with #4DDFDF
Text Example
Text Example
White with #4DDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFDF; }
p { color: rgb(77,223,223); }
H1.HeaderClassName
{
color: #4DDFDF;
}
.AnyTagClassName
{
color: #4DDFDF;
}
</style>
background-color css
<style>
a { background-color: #4DDFDF; }
a { background-color: rgb(77,223,223); }
div.DivClassName
{
background-color: #4DDFDF;
}
.BgClassName
{
background-color: #4DDFDF;
}
</style>
border-color css
<style>
span { border-color: #4DDFDF; }
span { border-color: rgb(77,223,223); }
td.TdClassName
{
border-color: #4DDFDF;
}
.TagClassName
{
border-color: #4DDFDF;
}
</style>