Shades of Turquoise #4EFDC9
Tints of Turquoise #4EFDC9
RGB
CMYK
RGB Variations
Color information
#4EFDC9 (or 0x4EFDC9) is known color: Turquoise. HEX triplet: 4E, FD and C9. RGB value is (78,253,201). Sum of RGB (Red+Green+Blue) = 78+253+201=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDC9 is #B10236. Grayscale: #C2C2C2. Windows color (decimal): -11600439 or 13237582. OLE color: 13237582.
HSL color Cylindrical-coordinate representation of color #4EFDC9: hue angle of 162.17º 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 #4EFDC9 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 201 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.01 |
| HSL | 162.17º | 0.98% | 0.65% | - |
| HSV(B) | 162.17º | 0.69% | 0.99% | - |
| XYZ | 48.81 | 76.09 | 67.37 | - |
| YUV | 194.75 | 131.52 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 201 | 0.69 | 0 | 0.21 | 0.01 | 162.17 | 0.98 | 0.65 |
| Hex | 4E | FD | C9 | 45 | 0 | 15 | 1 | A2 | 62 | 41 |
| Octal | 116 | 375 | 311 | 105 | 0 | 25 | 1 | 242 | 142 | 101 |
| Binary | 1001110 | 11111101 | 11001001 | 1000101 | 0 | 10101 | 1 | 10100010 | 1100010 | 1000001 |
Color Harmonies of #4EFDC9
Complementary color
Monochromatic Colors of #4EFDC9
Black with #4EFDC9
Text Example
Text Example
White with #4EFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDC9; }
p { color: rgb(78,253,201); }
H1.HeaderClassName
{
color: #4EFDC9;
}
.AnyTagClassName
{
color: #4EFDC9;
}
</style>
background-color css
<style>
a { background-color: #4EFDC9; }
a { background-color: rgb(78,253,201); }
div.DivClassName
{
background-color: #4EFDC9;
}
.BgClassName
{
background-color: #4EFDC9;
}
</style>
border-color css
<style>
span { border-color: #4EFDC9; }
span { border-color: rgb(78,253,201); }
td.TdClassName
{
border-color: #4EFDC9;
}
.TagClassName
{
border-color: #4EFDC9;
}
</style>