Shades of Turquoise #4DFCD3
Tints of Turquoise #4DFCD3
RGB
CMYK
RGB Variations
Color information
#4DFCD3 (or 0x4DFCD3) is known color: Turquoise. HEX triplet: 4D, FC and D3. RGB value is (77,252,211). Sum of RGB (Red+Green+Blue) = 77+252+211=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCD3 is #B2032C. Grayscale: #C2C2C2. Windows color (decimal): -11666221 or 13892685. OLE color: 13892685.
HSL color Cylindrical-coordinate representation of color #4DFCD3: hue angle of 165.94º 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 #4DFCD3 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 211 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.01 |
| HSL | 165.94º | 0.97% | 0.65% | - |
| HSV(B) | 165.94º | 0.69% | 0.99% | - |
| XYZ | 49.63 | 75.9 | 73.66 | - |
| YUV | 195 | 137.02 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 211 | 0.69 | 0 | 0.16 | 0.01 | 165.94 | 0.97 | 0.65 |
| Hex | 4D | FC | D3 | 45 | 0 | 10 | 1 | A6 | 61 | 41 |
| Octal | 115 | 374 | 323 | 105 | 0 | 20 | 1 | 246 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11010011 | 1000101 | 0 | 10000 | 1 | 10100110 | 1100001 | 1000001 |
Color Harmonies of #4DFCD3
Complementary color
Monochromatic Colors of #4DFCD3
Black with #4DFCD3
Text Example
Text Example
White with #4DFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCD3; }
p { color: rgb(77,252,211); }
H1.HeaderClassName
{
color: #4DFCD3;
}
.AnyTagClassName
{
color: #4DFCD3;
}
</style>
background-color css
<style>
a { background-color: #4DFCD3; }
a { background-color: rgb(77,252,211); }
div.DivClassName
{
background-color: #4DFCD3;
}
.BgClassName
{
background-color: #4DFCD3;
}
</style>
border-color css
<style>
span { border-color: #4DFCD3; }
span { border-color: rgb(77,252,211); }
td.TdClassName
{
border-color: #4DFCD3;
}
.TagClassName
{
border-color: #4DFCD3;
}
</style>