Shades of Turquoise #4DF3EA
Tints of Turquoise #4DF3EA
RGB
CMYK
RGB Variations
Color information
#4DF3EA (or 0x4DF3EA) is known color: Turquoise. HEX triplet: 4D, F3 and EA. RGB value is (77,243,234). Sum of RGB (Red+Green+Blue) = 77+243+234=554 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.90% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF3EA is #B20C15. Grayscale: #C0C0C0. Windows color (decimal): -11668502 or 15397709. OLE color: 15397709.
HSL color Cylindrical-coordinate representation of color #4DF3EA: hue angle of 176.75º 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 #4DF3EA is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 234 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.05 |
| HSL | 176.75º | 0.87% | 0.63% | - |
| HSV(B) | 176.75º | 0.68% | 0.95% | - |
| XYZ | 49.96 | 71.62 | 89.03 | - |
| YUV | 192.34 | 151.5 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 234 | 0.68 | 0 | 0.04 | 0.05 | 176.75 | 0.87 | 0.63 |
| Hex | 4D | F3 | EA | 44 | 0 | 4 | 5 | B1 | 57 | 3F |
| Octal | 115 | 363 | 352 | 104 | 0 | 4 | 5 | 261 | 127 | 77 |
| Binary | 1001101 | 11110011 | 11101010 | 1000100 | 0 | 100 | 101 | 10110001 | 1010111 | 111111 |
Color Harmonies of #4DF3EA
Complementary color
Monochromatic Colors of #4DF3EA
Black with #4DF3EA
Text Example
Text Example
White with #4DF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3EA; }
p { color: rgb(77,243,234); }
H1.HeaderClassName
{
color: #4DF3EA;
}
.AnyTagClassName
{
color: #4DF3EA;
}
</style>
background-color css
<style>
a { background-color: #4DF3EA; }
a { background-color: rgb(77,243,234); }
div.DivClassName
{
background-color: #4DF3EA;
}
.BgClassName
{
background-color: #4DF3EA;
}
</style>
border-color css
<style>
span { border-color: #4DF3EA; }
span { border-color: rgb(77,243,234); }
td.TdClassName
{
border-color: #4DF3EA;
}
.TagClassName
{
border-color: #4DF3EA;
}
</style>