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