Shades of Turquoise #4DF3B5
Tints of Turquoise #4DF3B5
RGB
CMYK
RGB Variations
Color information
#4DF3B5 (or 0x4DF3B5) is known color: Turquoise. HEX triplet: 4D, F3 and B5. RGB value is (77,243,181). Sum of RGB (Red+Green+Blue) = 77+243+181=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3B5 is #B20C4A. Grayscale: #BABABA. Windows color (decimal): -11668555 or 11924301. OLE color: 11924301.
HSL color Cylindrical-coordinate representation of color #4DF3B5: hue angle of 157.59º 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 #4DF3B5 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 181 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.05 |
| HSL | 157.59º | 0.87% | 0.63% | - |
| HSV(B) | 157.59º | 0.68% | 0.95% | - |
| XYZ | 43.45 | 69.02 | 54.75 | - |
| YUV | 186.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 181 | 0.68 | 0 | 0.26 | 0.05 | 157.59 | 0.87 | 0.63 |
| Hex | 4D | F3 | B5 | 44 | 0 | 1A | 5 | 9E | 57 | 3F |
| Octal | 115 | 363 | 265 | 104 | 0 | 32 | 5 | 236 | 127 | 77 |
| Binary | 1001101 | 11110011 | 10110101 | 1000100 | 0 | 11010 | 101 | 10011110 | 1010111 | 111111 |
Color Harmonies of #4DF3B5
Complementary color
Monochromatic Colors of #4DF3B5
Black with #4DF3B5
Text Example
Text Example
White with #4DF3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3B5; }
p { color: rgb(77,243,181); }
H1.HeaderClassName
{
color: #4DF3B5;
}
.AnyTagClassName
{
color: #4DF3B5;
}
</style>
background-color css
<style>
a { background-color: #4DF3B5; }
a { background-color: rgb(77,243,181); }
div.DivClassName
{
background-color: #4DF3B5;
}
.BgClassName
{
background-color: #4DF3B5;
}
</style>
border-color css
<style>
span { border-color: #4DF3B5; }
span { border-color: rgb(77,243,181); }
td.TdClassName
{
border-color: #4DF3B5;
}
.TagClassName
{
border-color: #4DF3B5;
}
</style>