Shades of Turquoise #4DDEC4
Tints of Turquoise #4DDEC4
RGB
CMYK
RGB Variations
Color information
#4DDEC4 (or 0x4DDEC4) is known color: Turquoise. HEX triplet: 4D, DE and C4. RGB value is (77,222,196). Sum of RGB (Red+Green+Blue) = 77+222+196=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEC4 is #B2213B. Grayscale: #AFAFAF. Windows color (decimal): -11673916 or 12901965. OLE color: 12901965.
HSL color Cylindrical-coordinate representation of color #4DDEC4: hue angle of 169.24º degrees, saturation: 0.69, 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 #4DDEC4 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 196 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.13 |
| HSL | 169.24º | 0.69% | 0.59% | - |
| HSV(B) | 169.24º | 0.65% | 0.87% | - |
| XYZ | 39.15 | 57.81 | 61.32 | - |
| YUV | 175.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 196 | 0.65 | 0 | 0.12 | 0.13 | 169.24 | 0.69 | 0.59 |
| Hex | 4D | DE | C4 | 41 | 0 | C | D | A9 | 45 | 3B |
| Octal | 115 | 336 | 304 | 101 | 0 | 14 | 15 | 251 | 105 | 73 |
| Binary | 1001101 | 11011110 | 11000100 | 1000001 | 0 | 1100 | 1101 | 10101001 | 1000101 | 111011 |
Color Harmonies of #4DDEC4
Complementary color
Monochromatic Colors of #4DDEC4
Black with #4DDEC4
Text Example
Text Example
White with #4DDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEC4; }
p { color: rgb(77,222,196); }
H1.HeaderClassName
{
color: #4DDEC4;
}
.AnyTagClassName
{
color: #4DDEC4;
}
</style>
background-color css
<style>
a { background-color: #4DDEC4; }
a { background-color: rgb(77,222,196); }
div.DivClassName
{
background-color: #4DDEC4;
}
.BgClassName
{
background-color: #4DDEC4;
}
</style>
border-color css
<style>
span { border-color: #4DDEC4; }
span { border-color: rgb(77,222,196); }
td.TdClassName
{
border-color: #4DDEC4;
}
.TagClassName
{
border-color: #4DDEC4;
}
</style>