Shades of Turquoise #4EF3DC
Tints of Turquoise #4EF3DC
RGB
CMYK
RGB Variations
Color information
#4EF3DC (or 0x4EF3DC) is known color: Turquoise. HEX triplet: 4E, F3 and DC. RGB value is (78,243,220). Sum of RGB (Red+Green+Blue) = 78+243+220=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #4EF3DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF3DC is #B10C23. Grayscale: #BEBEBE. Windows color (decimal): -11602980 or 14480206. OLE color: 14480206.
HSL color Cylindrical-coordinate representation of color #4EF3DC: hue angle of 171.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF3DC is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 243 | 220 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.05 |
| HSL | 171.64º | 0.87% | 0.63% | - |
| HSV(B) | 171.64º | 0.68% | 0.95% | - |
| XYZ | 48.11 | 70.89 | 78.86 | - |
| YUV | 191.04 | 144.34 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 243 | 220 | 0.68 | 0 | 0.09 | 0.05 | 171.64 | 0.87 | 0.63 |
| Hex | 4E | F3 | DC | 44 | 0 | 9 | 5 | AC | 57 | 3F |
| Octal | 116 | 363 | 334 | 104 | 0 | 11 | 5 | 254 | 127 | 77 |
| Binary | 1001110 | 11110011 | 11011100 | 1000100 | 0 | 1001 | 101 | 10101100 | 1010111 | 111111 |
Color Harmonies of #4EF3DC
Complementary color
Monochromatic Colors of #4EF3DC
Black with #4EF3DC
Text Example
Text Example
White with #4EF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF3DC; }
p { color: rgb(78,243,220); }
H1.HeaderClassName
{
color: #4EF3DC;
}
.AnyTagClassName
{
color: #4EF3DC;
}
</style>
background-color css
<style>
a { background-color: #4EF3DC; }
a { background-color: rgb(78,243,220); }
div.DivClassName
{
background-color: #4EF3DC;
}
.BgClassName
{
background-color: #4EF3DC;
}
</style>
border-color css
<style>
span { border-color: #4EF3DC; }
span { border-color: rgb(78,243,220); }
td.TdClassName
{
border-color: #4EF3DC;
}
.TagClassName
{
border-color: #4EF3DC;
}
</style>