Shades of Turquoise #4DFCD5
Tints of Turquoise #4DFCD5
RGB
CMYK
RGB Variations
Color information
#4DFCD5 (or 0x4DFCD5) is known color: Turquoise. HEX triplet: 4D, FC and D5. RGB value is (77,252,213). Sum of RGB (Red+Green+Blue) = 77+252+213=542 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.21% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCD5 is #B2032A. Grayscale: #C3C3C3. Windows color (decimal): -11666219 or 14023757. OLE color: 14023757.
HSL color Cylindrical-coordinate representation of color #4DFCD5: hue angle of 166.63º 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 #4DFCD5 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 213 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.01 |
| HSL | 166.63º | 0.97% | 0.65% | - |
| HSV(B) | 166.63º | 0.69% | 0.99% | - |
| XYZ | 49.88 | 76 | 74.99 | - |
| YUV | 195.23 | 138.02 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 213 | 0.69 | 0 | 0.15 | 0.01 | 166.63 | 0.97 | 0.65 |
| Hex | 4D | FC | D5 | 45 | 0 | F | 1 | A7 | 61 | 41 |
| Octal | 115 | 374 | 325 | 105 | 0 | 17 | 1 | 247 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11010101 | 1000101 | 0 | 1111 | 1 | 10100111 | 1100001 | 1000001 |
Color Harmonies of #4DFCD5
Complementary color
Monochromatic Colors of #4DFCD5
Black with #4DFCD5
Text Example
Text Example
White with #4DFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCD5; }
p { color: rgb(77,252,213); }
H1.HeaderClassName
{
color: #4DFCD5;
}
.AnyTagClassName
{
color: #4DFCD5;
}
</style>
background-color css
<style>
a { background-color: #4DFCD5; }
a { background-color: rgb(77,252,213); }
div.DivClassName
{
background-color: #4DFCD5;
}
.BgClassName
{
background-color: #4DFCD5;
}
</style>
border-color css
<style>
span { border-color: #4DFCD5; }
span { border-color: rgb(77,252,213); }
td.TdClassName
{
border-color: #4DFCD5;
}
.TagClassName
{
border-color: #4DFCD5;
}
</style>