Shades of Turquoise #4DFBDD
Tints of Turquoise #4DFBDD
RGB
CMYK
RGB Variations
Color information
#4DFBDD (or 0x4DFBDD) is known color: Turquoise. HEX triplet: 4D, FB and DD. RGB value is (77,251,221). Sum of RGB (Red+Green+Blue) = 77+251+221=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBDD is #B20422. Grayscale: #C3C3C3. Windows color (decimal): -11666467 or 14547789. OLE color: 14547789.
HSL color Cylindrical-coordinate representation of color #4DFBDD: hue angle of 169.66º degrees, saturation: 0.96, 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 #4DFBDD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 221 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.02 |
| HSL | 169.66º | 0.96% | 0.64% | - |
| HSV(B) | 169.66º | 0.69% | 0.98% | - |
| XYZ | 50.61 | 75.79 | 80.37 | - |
| YUV | 195.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 221 | 0.69 | 0 | 0.12 | 0.02 | 169.66 | 0.96 | 0.64 |
| Hex | 4D | FB | DD | 45 | 0 | C | 2 | AA | 60 | 40 |
| Octal | 115 | 373 | 335 | 105 | 0 | 14 | 2 | 252 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11011101 | 1000101 | 0 | 1100 | 10 | 10101010 | 1100000 | 1000000 |
Color Harmonies of #4DFBDD
Complementary color
Monochromatic Colors of #4DFBDD
Black with #4DFBDD
Text Example
Text Example
White with #4DFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBDD; }
p { color: rgb(77,251,221); }
H1.HeaderClassName
{
color: #4DFBDD;
}
.AnyTagClassName
{
color: #4DFBDD;
}
</style>
background-color css
<style>
a { background-color: #4DFBDD; }
a { background-color: rgb(77,251,221); }
div.DivClassName
{
background-color: #4DFBDD;
}
.BgClassName
{
background-color: #4DFBDD;
}
</style>
border-color css
<style>
span { border-color: #4DFBDD; }
span { border-color: rgb(77,251,221); }
td.TdClassName
{
border-color: #4DFBDD;
}
.TagClassName
{
border-color: #4DFBDD;
}
</style>