Shades of Turquoise #4DF3DC
Tints of Turquoise #4DF3DC
RGB
CMYK
RGB Variations
Color information
#4DF3DC (or 0x4DF3DC) is known color: Turquoise. HEX triplet: 4D, F3 and DC. RGB value is (77,243,220). Sum of RGB (Red+Green+Blue) = 77+243+220=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3DC is #B20C23. Grayscale: #BEBEBE. Windows color (decimal): -11668516 or 14480205. OLE color: 14480205.
HSL color Cylindrical-coordinate representation of color #4DF3DC: hue angle of 171.69º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF3DC is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 220 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.05 |
| HSL | 171.69º | 0.87% | 0.63% | - |
| HSV(B) | 171.69º | 0.68% | 0.95% | - |
| XYZ | 48.03 | 70.85 | 78.85 | - |
| YUV | 190.74 | 144.5 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 220 | 0.68 | 0 | 0.09 | 0.05 | 171.69 | 0.87 | 0.63 |
| Hex | 4D | F3 | DC | 44 | 0 | 9 | 5 | AC | 57 | 3F |
| Octal | 115 | 363 | 334 | 104 | 0 | 11 | 5 | 254 | 127 | 77 |
| Binary | 1001101 | 11110011 | 11011100 | 1000100 | 0 | 1001 | 101 | 10101100 | 1010111 | 111111 |
Color Harmonies of #4DF3DC
Complementary color
Monochromatic Colors of #4DF3DC
Black with #4DF3DC
Text Example
Text Example
White with #4DF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3DC; }
p { color: rgb(77,243,220); }
H1.HeaderClassName
{
color: #4DF3DC;
}
.AnyTagClassName
{
color: #4DF3DC;
}
</style>
background-color css
<style>
a { background-color: #4DF3DC; }
a { background-color: rgb(77,243,220); }
div.DivClassName
{
background-color: #4DF3DC;
}
.BgClassName
{
background-color: #4DF3DC;
}
</style>
border-color css
<style>
span { border-color: #4DF3DC; }
span { border-color: rgb(77,243,220); }
td.TdClassName
{
border-color: #4DF3DC;
}
.TagClassName
{
border-color: #4DF3DC;
}
</style>