Shades of Turquoise #4EF9DF
Tints of Turquoise #4EF9DF
RGB
CMYK
RGB Variations
Color information
#4EF9DF (or 0x4EF9DF) is known color: Turquoise. HEX triplet: 4E, F9 and DF. RGB value is (78,249,223). Sum of RGB (Red+Green+Blue) = 78+249+223=550 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.18% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #4EF9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF9DF is #B10620. Grayscale: #C2C2C2. Windows color (decimal): -11601441 or 14678350. OLE color: 14678350.
HSL color Cylindrical-coordinate representation of color #4EF9DF: hue angle of 170.88º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EF9DF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 249 | 223 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.02 |
| HSL | 170.88º | 0.93% | 0.64% | - |
| HSV(B) | 170.88º | 0.69% | 0.98% | - |
| XYZ | 50.34 | 74.7 | 81.58 | - |
| YUV | 194.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 249 | 223 | 0.69 | 0 | 0.10 | 0.02 | 170.88 | 0.93 | 0.64 |
| Hex | 4E | F9 | DF | 45 | 0 | A | 2 | AB | 5D | 40 |
| Octal | 116 | 371 | 337 | 105 | 0 | 12 | 2 | 253 | 135 | 100 |
| Binary | 1001110 | 11111001 | 11011111 | 1000101 | 0 | 1010 | 10 | 10101011 | 1011101 | 1000000 |
Color Harmonies of #4EF9DF
Complementary color
Monochromatic Colors of #4EF9DF
Black with #4EF9DF
Text Example
Text Example
White with #4EF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF9DF; }
p { color: rgb(78,249,223); }
H1.HeaderClassName
{
color: #4EF9DF;
}
.AnyTagClassName
{
color: #4EF9DF;
}
</style>
background-color css
<style>
a { background-color: #4EF9DF; }
a { background-color: rgb(78,249,223); }
div.DivClassName
{
background-color: #4EF9DF;
}
.BgClassName
{
background-color: #4EF9DF;
}
</style>
border-color css
<style>
span { border-color: #4EF9DF; }
span { border-color: rgb(78,249,223); }
td.TdClassName
{
border-color: #4EF9DF;
}
.TagClassName
{
border-color: #4EF9DF;
}
</style>