Shades of Turquoise #4EFED3
Tints of Turquoise #4EFED3
RGB
CMYK
RGB Variations
Color information
#4EFED3 (or 0x4EFED3) is known color: Turquoise. HEX triplet: 4E, FE and D3. RGB value is (78,254,211). Sum of RGB (Red+Green+Blue) = 78+254+211=543 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.36% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFED3 is #B1012C. Grayscale: #C4C4C4. Windows color (decimal): -11600173 or 13893198. OLE color: 13893198.
HSL color Cylindrical-coordinate representation of color #4EFED3: hue angle of 165.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFED3 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 211 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.00 |
| HSL | 165.34º | 0.99% | 0.65% | - |
| HSV(B) | 165.34º | 0.69% | 1% | - |
| XYZ | 50.34 | 77.21 | 73.88 | - |
| YUV | 196.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 211 | 0.69 | 0 | 0.17 | 0.00 | 165.34 | 0.99 | 0.65 |
| Hex | 4E | FE | D3 | 45 | 0 | 11 | 0 | A5 | 63 | 41 |
| Octal | 116 | 376 | 323 | 105 | 0 | 21 | 0 | 245 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11010011 | 1000101 | 0 | 10001 | 0 | 10100101 | 1100011 | 1000001 |
Color Harmonies of #4EFED3
Complementary color
Monochromatic Colors of #4EFED3
Black with #4EFED3
Text Example
Text Example
White with #4EFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFED3; }
p { color: rgb(78,254,211); }
H1.HeaderClassName
{
color: #4EFED3;
}
.AnyTagClassName
{
color: #4EFED3;
}
</style>
background-color css
<style>
a { background-color: #4EFED3; }
a { background-color: rgb(78,254,211); }
div.DivClassName
{
background-color: #4EFED3;
}
.BgClassName
{
background-color: #4EFED3;
}
</style>
border-color css
<style>
span { border-color: #4EFED3; }
span { border-color: rgb(78,254,211); }
td.TdClassName
{
border-color: #4EFED3;
}
.TagClassName
{
border-color: #4EFED3;
}
</style>