Shades of Turquoise #4DDFBF
Tints of Turquoise #4DDFBF
RGB
CMYK
RGB Variations
Color information
#4DDFBF (or 0x4DDFBF) is known color: Turquoise. HEX triplet: 4D, DF and BF. RGB value is (77,223,191). Sum of RGB (Red+Green+Blue) = 77+223+191=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFBF is #B22040. Grayscale: #AFAFAF. Windows color (decimal): -11673665 or 12574541. OLE color: 12574541.
HSL color Cylindrical-coordinate representation of color #4DDFBF: hue angle of 166.85º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFBF is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 191 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.13 |
| HSL | 166.85º | 0.7% | 0.59% | - |
| HSV(B) | 166.85º | 0.65% | 0.87% | - |
| XYZ | 38.85 | 58.11 | 58.46 | - |
| YUV | 175.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 191 | 0.65 | 0 | 0.14 | 0.13 | 166.85 | 0.7 | 0.59 |
| Hex | 4D | DF | BF | 41 | 0 | E | D | A7 | 46 | 3B |
| Octal | 115 | 337 | 277 | 101 | 0 | 16 | 15 | 247 | 106 | 73 |
| Binary | 1001101 | 11011111 | 10111111 | 1000001 | 0 | 1110 | 1101 | 10100111 | 1000110 | 111011 |
Color Harmonies of #4DDFBF
Complementary color
Monochromatic Colors of #4DDFBF
Black with #4DDFBF
Text Example
Text Example
White with #4DDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFBF; }
p { color: rgb(77,223,191); }
H1.HeaderClassName
{
color: #4DDFBF;
}
.AnyTagClassName
{
color: #4DDFBF;
}
</style>
background-color css
<style>
a { background-color: #4DDFBF; }
a { background-color: rgb(77,223,191); }
div.DivClassName
{
background-color: #4DDFBF;
}
.BgClassName
{
background-color: #4DDFBF;
}
</style>
border-color css
<style>
span { border-color: #4DDFBF; }
span { border-color: rgb(77,223,191); }
td.TdClassName
{
border-color: #4DDFBF;
}
.TagClassName
{
border-color: #4DDFBF;
}
</style>