Shades of Turquoise #4DFCD0
Tints of Turquoise #4DFCD0
RGB
CMYK
RGB Variations
Color information
#4DFCD0 (or 0x4DFCD0) is known color: Turquoise. HEX triplet: 4D, FC and D0. RGB value is (77,252,208). Sum of RGB (Red+Green+Blue) = 77+252+208=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCD0 is #B2032F. Grayscale: #C2C2C2. Windows color (decimal): -11666224 or 13696077. OLE color: 13696077.
HSL color Cylindrical-coordinate representation of color #4DFCD0: hue angle of 164.91º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCD0 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 208 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.01 |
| HSL | 164.91º | 0.97% | 0.65% | - |
| HSV(B) | 164.91º | 0.69% | 0.99% | - |
| XYZ | 49.26 | 75.75 | 71.7 | - |
| YUV | 194.66 | 135.52 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 208 | 0.69 | 0 | 0.17 | 0.01 | 164.91 | 0.97 | 0.65 |
| Hex | 4D | FC | D0 | 45 | 0 | 11 | 1 | A5 | 61 | 41 |
| Octal | 115 | 374 | 320 | 105 | 0 | 21 | 1 | 245 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11010000 | 1000101 | 0 | 10001 | 1 | 10100101 | 1100001 | 1000001 |
Color Harmonies of #4DFCD0
Complementary color
Monochromatic Colors of #4DFCD0
Black with #4DFCD0
Text Example
Text Example
White with #4DFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCD0; }
p { color: rgb(77,252,208); }
H1.HeaderClassName
{
color: #4DFCD0;
}
.AnyTagClassName
{
color: #4DFCD0;
}
</style>
background-color css
<style>
a { background-color: #4DFCD0; }
a { background-color: rgb(77,252,208); }
div.DivClassName
{
background-color: #4DFCD0;
}
.BgClassName
{
background-color: #4DFCD0;
}
</style>
border-color css
<style>
span { border-color: #4DFCD0; }
span { border-color: rgb(77,252,208); }
td.TdClassName
{
border-color: #4DFCD0;
}
.TagClassName
{
border-color: #4DFCD0;
}
</style>