Shades of Turquoise #4EF1CF
Tints of Turquoise #4EF1CF
RGB
CMYK
RGB Variations
Color information
#4EF1CF (or 0x4EF1CF) is known color: Turquoise. HEX triplet: 4E, F1 and CF. RGB value is (78,241,207). Sum of RGB (Red+Green+Blue) = 78+241+207=526 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.83% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF1CF is #B10E30. Grayscale: #BCBCBC. Windows color (decimal): -11603505 or 13627726. OLE color: 13627726.
HSL color Cylindrical-coordinate representation of color #4EF1CF: hue angle of 167.48º degrees, saturation: 0.85, 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 #4EF1CF is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 241 | 207 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.05 |
| HSL | 167.48º | 0.85% | 0.63% | - |
| HSV(B) | 167.48º | 0.68% | 0.95% | - |
| XYZ | 45.86 | 69.04 | 69.94 | - |
| YUV | 188.39 | 138.5 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 241 | 207 | 0.68 | 0 | 0.14 | 0.05 | 167.48 | 0.85 | 0.63 |
| Hex | 4E | F1 | CF | 44 | 0 | E | 5 | A7 | 55 | 3F |
| Octal | 116 | 361 | 317 | 104 | 0 | 16 | 5 | 247 | 125 | 77 |
| Binary | 1001110 | 11110001 | 11001111 | 1000100 | 0 | 1110 | 101 | 10100111 | 1010101 | 111111 |
Color Harmonies of #4EF1CF
Complementary color
Monochromatic Colors of #4EF1CF
Black with #4EF1CF
Text Example
Text Example
White with #4EF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF1CF; }
p { color: rgb(78,241,207); }
H1.HeaderClassName
{
color: #4EF1CF;
}
.AnyTagClassName
{
color: #4EF1CF;
}
</style>
background-color css
<style>
a { background-color: #4EF1CF; }
a { background-color: rgb(78,241,207); }
div.DivClassName
{
background-color: #4EF1CF;
}
.BgClassName
{
background-color: #4EF1CF;
}
</style>
border-color css
<style>
span { border-color: #4EF1CF; }
span { border-color: rgb(78,241,207); }
td.TdClassName
{
border-color: #4EF1CF;
}
.TagClassName
{
border-color: #4EF1CF;
}
</style>