Shades of Turquoise #4DFCCD
Tints of Turquoise #4DFCCD
RGB
CMYK
RGB Variations
Color information
#4DFCCD (or 0x4DFCCD) is known color: Turquoise. HEX triplet: 4D, FC and CD. RGB value is (77,252,205). Sum of RGB (Red+Green+Blue) = 77+252+205=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCCD is #B20332. Grayscale: #C2C2C2. Windows color (decimal): -11666227 or 13499469. OLE color: 13499469.
HSL color Cylindrical-coordinate representation of color #4DFCCD: hue angle of 163.89º 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 #4DFCCD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 205 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.01 |
| HSL | 163.89º | 0.97% | 0.65% | - |
| HSV(B) | 163.89º | 0.69% | 0.99% | - |
| XYZ | 48.89 | 75.61 | 69.77 | - |
| YUV | 194.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 205 | 0.69 | 0 | 0.19 | 0.01 | 163.89 | 0.97 | 0.65 |
| Hex | 4D | FC | CD | 45 | 0 | 13 | 1 | A4 | 61 | 41 |
| Octal | 115 | 374 | 315 | 105 | 0 | 23 | 1 | 244 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11001101 | 1000101 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000001 |
Color Harmonies of #4DFCCD
Complementary color
Monochromatic Colors of #4DFCCD
Black with #4DFCCD
Text Example
Text Example
White with #4DFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCCD; }
p { color: rgb(77,252,205); }
H1.HeaderClassName
{
color: #4DFCCD;
}
.AnyTagClassName
{
color: #4DFCCD;
}
</style>
background-color css
<style>
a { background-color: #4DFCCD; }
a { background-color: rgb(77,252,205); }
div.DivClassName
{
background-color: #4DFCCD;
}
.BgClassName
{
background-color: #4DFCCD;
}
</style>
border-color css
<style>
span { border-color: #4DFCCD; }
span { border-color: rgb(77,252,205); }
td.TdClassName
{
border-color: #4DFCCD;
}
.TagClassName
{
border-color: #4DFCCD;
}
</style>