Shades of Turquoise #4DEDCF
Tints of Turquoise #4DEDCF
RGB
CMYK
RGB Variations
Color information
#4DEDCF (or 0x4DEDCF) is known color: Turquoise. HEX triplet: 4D, ED and CF. RGB value is (77,237,207). Sum of RGB (Red+Green+Blue) = 77+237+207=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDCF is #B21230. Grayscale: #B9B9B9. Windows color (decimal): -11670065 or 13626701. OLE color: 13626701.
HSL color Cylindrical-coordinate representation of color #4DEDCF: hue angle of 168.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 #4DEDCF is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 207 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.07 |
| HSL | 168.75º | 0.82% | 0.62% | - |
| HSV(B) | 168.75º | 0.68% | 0.93% | - |
| XYZ | 44.61 | 66.65 | 69.55 | - |
| YUV | 185.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 207 | 0.68 | 0 | 0.13 | 0.07 | 168.75 | 0.82 | 0.62 |
| Hex | 4D | ED | CF | 44 | 0 | D | 7 | A9 | 52 | 3E |
| Octal | 115 | 355 | 317 | 104 | 0 | 15 | 7 | 251 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11001111 | 1000100 | 0 | 1101 | 111 | 10101001 | 1010010 | 111110 |
Color Harmonies of #4DEDCF
Complementary color
Monochromatic Colors of #4DEDCF
Black with #4DEDCF
Text Example
Text Example
White with #4DEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDCF; }
p { color: rgb(77,237,207); }
H1.HeaderClassName
{
color: #4DEDCF;
}
.AnyTagClassName
{
color: #4DEDCF;
}
</style>
background-color css
<style>
a { background-color: #4DEDCF; }
a { background-color: rgb(77,237,207); }
div.DivClassName
{
background-color: #4DEDCF;
}
.BgClassName
{
background-color: #4DEDCF;
}
</style>
border-color css
<style>
span { border-color: #4DEDCF; }
span { border-color: rgb(77,237,207); }
td.TdClassName
{
border-color: #4DEDCF;
}
.TagClassName
{
border-color: #4DEDCF;
}
</style>