Shades of Turquoise #4EFBDA
Tints of Turquoise #4EFBDA
RGB
CMYK
RGB Variations
Color information
#4EFBDA (or 0x4EFBDA) is known color: Turquoise. HEX triplet: 4E, FB and DA. RGB value is (78,251,218). Sum of RGB (Red+Green+Blue) = 78+251+218=547 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.26% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFBDA is #B10425. Grayscale: #C3C3C3. Windows color (decimal): -11600934 or 14351182. OLE color: 14351182.
HSL color Cylindrical-coordinate representation of color #4EFBDA: hue angle of 168.55º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFBDA is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 251 | 218 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.02 |
| HSL | 168.55º | 0.96% | 0.65% | - |
| HSV(B) | 168.55º | 0.69% | 0.98% | - |
| XYZ | 50.29 | 75.68 | 78.29 | - |
| YUV | 195.51 | 140.69 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 251 | 218 | 0.69 | 0 | 0.13 | 0.02 | 168.55 | 0.96 | 0.65 |
| Hex | 4E | FB | DA | 45 | 0 | D | 2 | A9 | 60 | 41 |
| Octal | 116 | 373 | 332 | 105 | 0 | 15 | 2 | 251 | 140 | 101 |
| Binary | 1001110 | 11111011 | 11011010 | 1000101 | 0 | 1101 | 10 | 10101001 | 1100000 | 1000001 |
Color Harmonies of #4EFBDA
Complementary color
Monochromatic Colors of #4EFBDA
Black with #4EFBDA
Text Example
Text Example
White with #4EFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFBDA; }
p { color: rgb(78,251,218); }
H1.HeaderClassName
{
color: #4EFBDA;
}
.AnyTagClassName
{
color: #4EFBDA;
}
</style>
background-color css
<style>
a { background-color: #4EFBDA; }
a { background-color: rgb(78,251,218); }
div.DivClassName
{
background-color: #4EFBDA;
}
.BgClassName
{
background-color: #4EFBDA;
}
</style>
border-color css
<style>
span { border-color: #4EFBDA; }
span { border-color: rgb(78,251,218); }
td.TdClassName
{
border-color: #4EFBDA;
}
.TagClassName
{
border-color: #4EFBDA;
}
</style>