Shades of Turquoise #4DFCE5
Tints of Turquoise #4DFCE5
RGB
CMYK
RGB Variations
Color information
#4DFCE5 (or 0x4DFCE5) is known color: Turquoise. HEX triplet: 4D, FC and E5. RGB value is (77,252,229). Sum of RGB (Red+Green+Blue) = 77+252+229=558 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.80% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCE5 is #B2031A. Grayscale: #C4C4C4. Windows color (decimal): -11666203 or 15072333. OLE color: 15072333.
HSL color Cylindrical-coordinate representation of color #4DFCE5: hue angle of 172.11º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCE5 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 229 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.01 |
| HSL | 172.11º | 0.97% | 0.65% | - |
| HSV(B) | 172.11º | 0.69% | 0.99% | - |
| XYZ | 52.01 | 76.86 | 86.22 | - |
| YUV | 197.05 | 146.02 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 229 | 0.69 | 0 | 0.09 | 0.01 | 172.11 | 0.97 | 0.65 |
| Hex | 4D | FC | E5 | 45 | 0 | 9 | 1 | AC | 61 | 41 |
| Octal | 115 | 374 | 345 | 105 | 0 | 11 | 1 | 254 | 141 | 101 |
| Binary | 1001101 | 11111100 | 11100101 | 1000101 | 0 | 1001 | 1 | 10101100 | 1100001 | 1000001 |
Color Harmonies of #4DFCE5
Complementary color
Monochromatic Colors of #4DFCE5
Black with #4DFCE5
Text Example
Text Example
White with #4DFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCE5; }
p { color: rgb(77,252,229); }
H1.HeaderClassName
{
color: #4DFCE5;
}
.AnyTagClassName
{
color: #4DFCE5;
}
</style>
background-color css
<style>
a { background-color: #4DFCE5; }
a { background-color: rgb(77,252,229); }
div.DivClassName
{
background-color: #4DFCE5;
}
.BgClassName
{
background-color: #4DFCE5;
}
</style>
border-color css
<style>
span { border-color: #4DFCE5; }
span { border-color: rgb(77,252,229); }
td.TdClassName
{
border-color: #4DFCE5;
}
.TagClassName
{
border-color: #4DFCE5;
}
</style>