Shades of Turquoise #4DEDDF
Tints of Turquoise #4DEDDF
RGB
CMYK
RGB Variations
Color information
#4DEDDF (or 0x4DEDDF) is known color: Turquoise. HEX triplet: 4D, ED and DF. RGB value is (77,237,223). Sum of RGB (Red+Green+Blue) = 77+237+223=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDDF is #B21220. Grayscale: #BBBBBB. Windows color (decimal): -11670049 or 14675277. OLE color: 14675277.
HSL color Cylindrical-coordinate representation of color #4DEDDF: hue angle of 174.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDDF is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 223 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.07 |
| HSL | 174.75º | 0.82% | 0.62% | - |
| HSV(B) | 174.75º | 0.68% | 0.93% | - |
| XYZ | 46.66 | 67.47 | 80.38 | - |
| YUV | 187.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 223 | 0.68 | 0 | 0.06 | 0.07 | 174.75 | 0.82 | 0.62 |
| Hex | 4D | ED | DF | 44 | 0 | 6 | 7 | AF | 52 | 3E |
| Octal | 115 | 355 | 337 | 104 | 0 | 6 | 7 | 257 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11011111 | 1000100 | 0 | 110 | 111 | 10101111 | 1010010 | 111110 |
Color Harmonies of #4DEDDF
Complementary color
Monochromatic Colors of #4DEDDF
Black with #4DEDDF
Text Example
Text Example
White with #4DEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDDF; }
p { color: rgb(77,237,223); }
H1.HeaderClassName
{
color: #4DEDDF;
}
.AnyTagClassName
{
color: #4DEDDF;
}
</style>
background-color css
<style>
a { background-color: #4DEDDF; }
a { background-color: rgb(77,237,223); }
div.DivClassName
{
background-color: #4DEDDF;
}
.BgClassName
{
background-color: #4DEDDF;
}
</style>
border-color css
<style>
span { border-color: #4DEDDF; }
span { border-color: rgb(77,237,223); }
td.TdClassName
{
border-color: #4DEDDF;
}
.TagClassName
{
border-color: #4DEDDF;
}
</style>