Shades of Turquoise #4EFFCD
Tints of Turquoise #4EFFCD
RGB
CMYK
RGB Variations
Color information
#4EFFCD (or 0x4EFFCD) is known color: Turquoise. HEX triplet: 4E, FF and CD. RGB value is (78,255,205). Sum of RGB (Red+Green+Blue) = 78+255+205=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFCD is #B10032. Grayscale: #C4C4C4. Windows color (decimal): -11599923 or 13500238. OLE color: 13500238.
HSL color Cylindrical-coordinate representation of color #4EFFCD: hue angle of 163.05º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFCD is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 205 | - |
| CMYK | 0.69 | 0 | 0.20 | 0 |
| HSL | 163.05º | 1% | 0.65% | - |
| HSV(B) | 163.05º | 0.69% | 1% | - |
| XYZ | 49.92 | 77.55 | 70.09 | - |
| YUV | 196.38 | 132.86 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 205 | 0.69 | 0 | 0.20 | 0 | 163.05 | 1 | 0.65 |
| Hex | 4E | FF | CD | 45 | 0 | 14 | 0 | A3 | 64 | 41 |
| Octal | 116 | 377 | 315 | 105 | 0 | 24 | 0 | 243 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11001101 | 1000101 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000001 |
Color Harmonies of #4EFFCD
Complementary color
Monochromatic Colors of #4EFFCD
Black with #4EFFCD
Text Example
Text Example
White with #4EFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFCD; }
p { color: rgb(78,255,205); }
H1.HeaderClassName
{
color: #4EFFCD;
}
.AnyTagClassName
{
color: #4EFFCD;
}
</style>
background-color css
<style>
a { background-color: #4EFFCD; }
a { background-color: rgb(78,255,205); }
div.DivClassName
{
background-color: #4EFFCD;
}
.BgClassName
{
background-color: #4EFFCD;
}
</style>
border-color css
<style>
span { border-color: #4EFFCD; }
span { border-color: rgb(78,255,205); }
td.TdClassName
{
border-color: #4EFFCD;
}
.TagClassName
{
border-color: #4EFFCD;
}
</style>