Shades of Turquoise #4DF3EB
Tints of Turquoise #4DF3EB
RGB
CMYK
RGB Variations
Color information
#4DF3EB (or 0x4DF3EB) is known color: Turquoise. HEX triplet: 4D, F3 and EB. RGB value is (77,243,235). Sum of RGB (Red+Green+Blue) = 77+243+235=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF3EB is #B20C14. Grayscale: #C0C0C0. Windows color (decimal): -11668501 or 15463245. OLE color: 15463245.
HSL color Cylindrical-coordinate representation of color #4DF3EB: hue angle of 177.11º 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 #4DF3EB is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 235 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.05 |
| HSL | 177.11º | 0.87% | 0.63% | - |
| HSV(B) | 177.11º | 0.68% | 0.95% | - |
| XYZ | 50.11 | 71.68 | 89.79 | - |
| YUV | 192.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 235 | 0.68 | 0 | 0.03 | 0.05 | 177.11 | 0.87 | 0.63 |
| Hex | 4D | F3 | EB | 44 | 0 | 3 | 5 | B1 | 57 | 3F |
| Octal | 115 | 363 | 353 | 104 | 0 | 3 | 5 | 261 | 127 | 77 |
| Binary | 1001101 | 11110011 | 11101011 | 1000100 | 0 | 11 | 101 | 10110001 | 1010111 | 111111 |
Color Harmonies of #4DF3EB
Complementary color
Monochromatic Colors of #4DF3EB
Black with #4DF3EB
Text Example
Text Example
White with #4DF3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3EB; }
p { color: rgb(77,243,235); }
H1.HeaderClassName
{
color: #4DF3EB;
}
.AnyTagClassName
{
color: #4DF3EB;
}
</style>
background-color css
<style>
a { background-color: #4DF3EB; }
a { background-color: rgb(77,243,235); }
div.DivClassName
{
background-color: #4DF3EB;
}
.BgClassName
{
background-color: #4DF3EB;
}
</style>
border-color css
<style>
span { border-color: #4DF3EB; }
span { border-color: rgb(77,243,235); }
td.TdClassName
{
border-color: #4DF3EB;
}
.TagClassName
{
border-color: #4DF3EB;
}
</style>