Shades of Turquoise #4DF3BE
Tints of Turquoise #4DF3BE
RGB
CMYK
RGB Variations
Color information
#4DF3BE (or 0x4DF3BE) is known color: Turquoise. HEX triplet: 4D, F3 and BE. RGB value is (77,243,190). Sum of RGB (Red+Green+Blue) = 77+243+190=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3BE is #B20C41. Grayscale: #BBBBBB. Windows color (decimal): -11668546 or 12514125. OLE color: 12514125.
HSL color Cylindrical-coordinate representation of color #4DF3BE: hue angle of 160.84º 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 #4DF3BE is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 190 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.05 |
| HSL | 160.84º | 0.87% | 0.63% | - |
| HSV(B) | 160.84º | 0.68% | 0.95% | - |
| XYZ | 44.41 | 69.4 | 59.77 | - |
| YUV | 187.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 190 | 0.68 | 0 | 0.22 | 0.05 | 160.84 | 0.87 | 0.63 |
| Hex | 4D | F3 | BE | 44 | 0 | 16 | 5 | A1 | 57 | 3F |
| Octal | 115 | 363 | 276 | 104 | 0 | 26 | 5 | 241 | 127 | 77 |
| Binary | 1001101 | 11110011 | 10111110 | 1000100 | 0 | 10110 | 101 | 10100001 | 1010111 | 111111 |
Color Harmonies of #4DF3BE
Complementary color
Monochromatic Colors of #4DF3BE
Black with #4DF3BE
Text Example
Text Example
White with #4DF3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3BE; }
p { color: rgb(77,243,190); }
H1.HeaderClassName
{
color: #4DF3BE;
}
.AnyTagClassName
{
color: #4DF3BE;
}
</style>
background-color css
<style>
a { background-color: #4DF3BE; }
a { background-color: rgb(77,243,190); }
div.DivClassName
{
background-color: #4DF3BE;
}
.BgClassName
{
background-color: #4DF3BE;
}
</style>
border-color css
<style>
span { border-color: #4DF3BE; }
span { border-color: rgb(77,243,190); }
td.TdClassName
{
border-color: #4DF3BE;
}
.TagClassName
{
border-color: #4DF3BE;
}
</style>