Shades of Turquoise #4DFADF
Tints of Turquoise #4DFADF
RGB
CMYK
RGB Variations
Color information
#4DFADF (or 0x4DFADF) is known color: Turquoise. HEX triplet: 4D, FA and DF. RGB value is (77,250,223). Sum of RGB (Red+Green+Blue) = 77+250+223=550 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFADF is #B20520. Grayscale: #C3C3C3. Windows color (decimal): -11666721 or 14678605. OLE color: 14678605.
HSL color Cylindrical-coordinate representation of color #4DFADF: hue angle of 170.64º 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 #4DFADF is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 223 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.02 |
| HSL | 170.64º | 0.95% | 0.64% | - |
| HSV(B) | 170.64º | 0.69% | 0.98% | - |
| XYZ | 50.57 | 75.28 | 81.68 | - |
| YUV | 195.2 | 143.69 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 223 | 0.69 | 0 | 0.11 | 0.02 | 170.64 | 0.95 | 0.64 |
| Hex | 4D | FA | DF | 45 | 0 | B | 2 | AB | 5F | 40 |
| Octal | 115 | 372 | 337 | 105 | 0 | 13 | 2 | 253 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11011111 | 1000101 | 0 | 1011 | 10 | 10101011 | 1011111 | 1000000 |
Color Harmonies of #4DFADF
Complementary color
Monochromatic Colors of #4DFADF
Black with #4DFADF
Text Example
Text Example
White with #4DFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFADF; }
p { color: rgb(77,250,223); }
H1.HeaderClassName
{
color: #4DFADF;
}
.AnyTagClassName
{
color: #4DFADF;
}
</style>
background-color css
<style>
a { background-color: #4DFADF; }
a { background-color: rgb(77,250,223); }
div.DivClassName
{
background-color: #4DFADF;
}
.BgClassName
{
background-color: #4DFADF;
}
</style>
border-color css
<style>
span { border-color: #4DFADF; }
span { border-color: rgb(77,250,223); }
td.TdClassName
{
border-color: #4DFADF;
}
.TagClassName
{
border-color: #4DFADF;
}
</style>