Shades of Turquoise #4EFDCD
Tints of Turquoise #4EFDCD
RGB
CMYK
RGB Variations
Color information
#4EFDCD (or 0x4EFDCD) is known color: Turquoise. HEX triplet: 4E, FD and CD. RGB value is (78,253,205). Sum of RGB (Red+Green+Blue) = 78+253+205=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDCD is #B10232. Grayscale: #C3C3C3. Windows color (decimal): -11600435 or 13499726. OLE color: 13499726.
HSL color Cylindrical-coordinate representation of color #4EFDCD: hue angle of 163.54º degrees, saturation: 0.98, 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 #4EFDCD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 205 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.01 |
| HSL | 163.54º | 0.98% | 0.65% | - |
| HSV(B) | 163.54º | 0.69% | 0.99% | - |
| XYZ | 49.29 | 76.28 | 69.88 | - |
| YUV | 195.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 205 | 0.69 | 0 | 0.19 | 0.01 | 163.54 | 0.98 | 0.65 |
| Hex | 4E | FD | CD | 45 | 0 | 13 | 1 | A4 | 62 | 41 |
| Octal | 116 | 375 | 315 | 105 | 0 | 23 | 1 | 244 | 142 | 101 |
| Binary | 1001110 | 11111101 | 11001101 | 1000101 | 0 | 10011 | 1 | 10100100 | 1100010 | 1000001 |
Color Harmonies of #4EFDCD
Complementary color
Monochromatic Colors of #4EFDCD
Black with #4EFDCD
Text Example
Text Example
White with #4EFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDCD; }
p { color: rgb(78,253,205); }
H1.HeaderClassName
{
color: #4EFDCD;
}
.AnyTagClassName
{
color: #4EFDCD;
}
</style>
background-color css
<style>
a { background-color: #4EFDCD; }
a { background-color: rgb(78,253,205); }
div.DivClassName
{
background-color: #4EFDCD;
}
.BgClassName
{
background-color: #4EFDCD;
}
</style>
border-color css
<style>
span { border-color: #4EFDCD; }
span { border-color: rgb(78,253,205); }
td.TdClassName
{
border-color: #4EFDCD;
}
.TagClassName
{
border-color: #4EFDCD;
}
</style>