Shades of Turquoise #4DF9EC
Tints of Turquoise #4DF9EC
RGB
CMYK
RGB Variations
Color information
#4DF9EC (or 0x4DF9EC) is known color: Turquoise. HEX triplet: 4D, F9 and EC. RGB value is (77,249,236). Sum of RGB (Red+Green+Blue) = 77+249+236=562 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.70% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF9EC is #B20613. Grayscale: #C3C3C3. Windows color (decimal): -11666964 or 15530317. OLE color: 15530317.
HSL color Cylindrical-coordinate representation of color #4DF9EC: hue angle of 175.47º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF9EC is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 236 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.02 |
| HSL | 175.47º | 0.93% | 0.64% | - |
| HSV(B) | 175.47º | 0.69% | 0.98% | - |
| XYZ | 52.08 | 75.39 | 91.16 | - |
| YUV | 196.09 | 150.52 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 236 | 0.69 | 0 | 0.05 | 0.02 | 175.47 | 0.93 | 0.64 |
| Hex | 4D | F9 | EC | 45 | 0 | 5 | 2 | AF | 5D | 40 |
| Octal | 115 | 371 | 354 | 105 | 0 | 5 | 2 | 257 | 135 | 100 |
| Binary | 1001101 | 11111001 | 11101100 | 1000101 | 0 | 101 | 10 | 10101111 | 1011101 | 1000000 |
Color Harmonies of #4DF9EC
Complementary color
Monochromatic Colors of #4DF9EC
Black with #4DF9EC
Text Example
Text Example
White with #4DF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF9EC; }
p { color: rgb(77,249,236); }
H1.HeaderClassName
{
color: #4DF9EC;
}
.AnyTagClassName
{
color: #4DF9EC;
}
</style>
background-color css
<style>
a { background-color: #4DF9EC; }
a { background-color: rgb(77,249,236); }
div.DivClassName
{
background-color: #4DF9EC;
}
.BgClassName
{
background-color: #4DF9EC;
}
</style>
border-color css
<style>
span { border-color: #4DF9EC; }
span { border-color: rgb(77,249,236); }
td.TdClassName
{
border-color: #4DF9EC;
}
.TagClassName
{
border-color: #4DF9EC;
}
</style>