Shades of Turquoise #4EFCDF
Tints of Turquoise #4EFCDF
RGB
CMYK
RGB Variations
Color information
#4EFCDF (or 0x4EFCDF) is known color: Turquoise. HEX triplet: 4E, FC and DF. RGB value is (78,252,223). Sum of RGB (Red+Green+Blue) = 78+252+223=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCDF is #B10320. Grayscale: #C4C4C4. Windows color (decimal): -11600673 or 14679118. OLE color: 14679118.
HSL color Cylindrical-coordinate representation of color #4EFCDF: hue angle of 170º degrees, saturation: 0.97, 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 #4EFCDF is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 223 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.01 |
| HSL | 170º | 0.97% | 0.65% | - |
| HSV(B) | 170º | 0.69% | 0.99% | - |
| XYZ | 51.27 | 76.57 | 81.89 | - |
| YUV | 196.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 223 | 0.69 | 0 | 0.12 | 0.01 | 170 | 0.97 | 0.65 |
| Hex | 4E | FC | DF | 45 | 0 | C | 1 | AA | 61 | 41 |
| Octal | 116 | 374 | 337 | 105 | 0 | 14 | 1 | 252 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11011111 | 1000101 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000001 |
Color Harmonies of #4EFCDF
Complementary color
Monochromatic Colors of #4EFCDF
Black with #4EFCDF
Text Example
Text Example
White with #4EFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCDF; }
p { color: rgb(78,252,223); }
H1.HeaderClassName
{
color: #4EFCDF;
}
.AnyTagClassName
{
color: #4EFCDF;
}
</style>
background-color css
<style>
a { background-color: #4EFCDF; }
a { background-color: rgb(78,252,223); }
div.DivClassName
{
background-color: #4EFCDF;
}
.BgClassName
{
background-color: #4EFCDF;
}
</style>
border-color css
<style>
span { border-color: #4EFCDF; }
span { border-color: rgb(78,252,223); }
td.TdClassName
{
border-color: #4EFCDF;
}
.TagClassName
{
border-color: #4EFCDF;
}
</style>