Shades of Turquoise #4DDFBC
Tints of Turquoise #4DDFBC
RGB
CMYK
RGB Variations
Color information
#4DDFBC (or 0x4DDFBC) is known color: Turquoise. HEX triplet: 4D, DF and BC. RGB value is (77,223,188). Sum of RGB (Red+Green+Blue) = 77+223+188=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFBC is #B22043. Grayscale: #AFAFAF. Windows color (decimal): -11673668 or 12377933. OLE color: 12377933.
HSL color Cylindrical-coordinate representation of color #4DDFBC: hue angle of 165.62º 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 #4DDFBC is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 188 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.13 |
| HSL | 165.62º | 0.7% | 0.59% | - |
| HSV(B) | 165.62º | 0.65% | 0.87% | - |
| XYZ | 38.53 | 57.98 | 56.74 | - |
| YUV | 175.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 188 | 0.65 | 0 | 0.16 | 0.13 | 165.62 | 0.7 | 0.59 |
| Hex | 4D | DF | BC | 41 | 0 | 10 | D | A6 | 46 | 3B |
| Octal | 115 | 337 | 274 | 101 | 0 | 20 | 15 | 246 | 106 | 73 |
| Binary | 1001101 | 11011111 | 10111100 | 1000001 | 0 | 10000 | 1101 | 10100110 | 1000110 | 111011 |
Color Harmonies of #4DDFBC
Complementary color
Monochromatic Colors of #4DDFBC
Black with #4DDFBC
Text Example
Text Example
White with #4DDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFBC; }
p { color: rgb(77,223,188); }
H1.HeaderClassName
{
color: #4DDFBC;
}
.AnyTagClassName
{
color: #4DDFBC;
}
</style>
background-color css
<style>
a { background-color: #4DDFBC; }
a { background-color: rgb(77,223,188); }
div.DivClassName
{
background-color: #4DDFBC;
}
.BgClassName
{
background-color: #4DDFBC;
}
</style>
border-color css
<style>
span { border-color: #4DDFBC; }
span { border-color: rgb(77,223,188); }
td.TdClassName
{
border-color: #4DDFBC;
}
.TagClassName
{
border-color: #4DDFBC;
}
</style>