Shades of Turquoise #4DFADD
Tints of Turquoise #4DFADD
RGB
CMYK
RGB Variations
Color information
#4DFADD (or 0x4DFADD) is known color: Turquoise. HEX triplet: 4D, FA and DD. RGB value is (77,250,221). Sum of RGB (Red+Green+Blue) = 77+250+221=548 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.05% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFADD is #B20522. Grayscale: #C2C2C2. Windows color (decimal): -11666723 or 14547533. OLE color: 14547533.
HSL color Cylindrical-coordinate representation of color #4DFADD: hue angle of 169.94º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFADD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 221 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.02 |
| HSL | 169.94º | 0.95% | 0.64% | - |
| HSV(B) | 169.94º | 0.69% | 0.98% | - |
| XYZ | 50.3 | 75.17 | 80.26 | - |
| YUV | 194.97 | 142.69 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 221 | 0.69 | 0 | 0.12 | 0.02 | 169.94 | 0.95 | 0.64 |
| Hex | 4D | FA | DD | 45 | 0 | C | 2 | AA | 5F | 40 |
| Octal | 115 | 372 | 335 | 105 | 0 | 14 | 2 | 252 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11011101 | 1000101 | 0 | 1100 | 10 | 10101010 | 1011111 | 1000000 |
Color Harmonies of #4DFADD
Complementary color
Monochromatic Colors of #4DFADD
Black with #4DFADD
Text Example
Text Example
White with #4DFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFADD; }
p { color: rgb(77,250,221); }
H1.HeaderClassName
{
color: #4DFADD;
}
.AnyTagClassName
{
color: #4DFADD;
}
</style>
background-color css
<style>
a { background-color: #4DFADD; }
a { background-color: rgb(77,250,221); }
div.DivClassName
{
background-color: #4DFADD;
}
.BgClassName
{
background-color: #4DFADD;
}
</style>
border-color css
<style>
span { border-color: #4DFADD; }
span { border-color: rgb(77,250,221); }
td.TdClassName
{
border-color: #4DFADD;
}
.TagClassName
{
border-color: #4DFADD;
}
</style>