Shades of Turquoise #4EFECF
Tints of Turquoise #4EFECF
RGB
CMYK
RGB Variations
Color information
#4EFECF (or 0x4EFECF) is known color: Turquoise. HEX triplet: 4E, FE and CF. RGB value is (78,254,207). Sum of RGB (Red+Green+Blue) = 78+254+207=539 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.47% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFECF is #B10130. Grayscale: #C4C4C4. Windows color (decimal): -11600177 or 13631054. OLE color: 13631054.
HSL color Cylindrical-coordinate representation of color #4EFECF: hue angle of 163.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFECF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 207 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.00 |
| HSL | 163.98º | 0.99% | 0.65% | - |
| HSV(B) | 163.98º | 0.69% | 1% | - |
| XYZ | 49.85 | 77.01 | 71.27 | - |
| YUV | 196.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 207 | 0.69 | 0 | 0.19 | 0.00 | 163.98 | 0.99 | 0.65 |
| Hex | 4E | FE | CF | 45 | 0 | 13 | 0 | A4 | 63 | 41 |
| Octal | 116 | 376 | 317 | 105 | 0 | 23 | 0 | 244 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11001111 | 1000101 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000001 |
Color Harmonies of #4EFECF
Complementary color
Monochromatic Colors of #4EFECF
Black with #4EFECF
Text Example
Text Example
White with #4EFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFECF; }
p { color: rgb(78,254,207); }
H1.HeaderClassName
{
color: #4EFECF;
}
.AnyTagClassName
{
color: #4EFECF;
}
</style>
background-color css
<style>
a { background-color: #4EFECF; }
a { background-color: rgb(78,254,207); }
div.DivClassName
{
background-color: #4EFECF;
}
.BgClassName
{
background-color: #4EFECF;
}
</style>
border-color css
<style>
span { border-color: #4EFECF; }
span { border-color: rgb(78,254,207); }
td.TdClassName
{
border-color: #4EFECF;
}
.TagClassName
{
border-color: #4EFECF;
}
</style>