Shades of Turquoise #4DF0E5
Tints of Turquoise #4DF0E5
RGB
CMYK
RGB Variations
Color information
#4DF0E5 (or 0x4DF0E5) is known color: Turquoise. HEX triplet: 4D, F0 and E5. RGB value is (77,240,229). Sum of RGB (Red+Green+Blue) = 77+240+229=546 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.10% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0E5 is #B20F1A. Grayscale: #BDBDBD. Windows color (decimal): -11669275 or 15069261. OLE color: 15069261.
HSL color Cylindrical-coordinate representation of color #4DF0E5: hue angle of 175.95º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF0E5 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 229 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.06 |
| HSL | 175.95º | 0.84% | 0.62% | - |
| HSV(B) | 175.95º | 0.68% | 0.94% | - |
| XYZ | 48.36 | 69.56 | 85.01 | - |
| YUV | 190.01 | 150 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 229 | 0.68 | 0 | 0.05 | 0.06 | 175.95 | 0.84 | 0.62 |
| Hex | 4D | F0 | E5 | 44 | 0 | 5 | 6 | B0 | 54 | 3E |
| Octal | 115 | 360 | 345 | 104 | 0 | 5 | 6 | 260 | 124 | 76 |
| Binary | 1001101 | 11110000 | 11100101 | 1000100 | 0 | 101 | 110 | 10110000 | 1010100 | 111110 |
Color Harmonies of #4DF0E5
Complementary color
Monochromatic Colors of #4DF0E5
Black with #4DF0E5
Text Example
Text Example
White with #4DF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF0E5; }
p { color: rgb(77,240,229); }
H1.HeaderClassName
{
color: #4DF0E5;
}
.AnyTagClassName
{
color: #4DF0E5;
}
</style>
background-color css
<style>
a { background-color: #4DF0E5; }
a { background-color: rgb(77,240,229); }
div.DivClassName
{
background-color: #4DF0E5;
}
.BgClassName
{
background-color: #4DF0E5;
}
</style>
border-color css
<style>
span { border-color: #4DF0E5; }
span { border-color: rgb(77,240,229); }
td.TdClassName
{
border-color: #4DF0E5;
}
.TagClassName
{
border-color: #4DF0E5;
}
</style>