Shades of Turquoise #4EFDE6
Tints of Turquoise #4EFDE6
RGB
CMYK
RGB Variations
Color information
#4EFDE6 (or 0x4EFDE6) is known color: Turquoise. HEX triplet: 4E, FD and E6. RGB value is (78,253,230). Sum of RGB (Red+Green+Blue) = 78+253+230=561 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.90% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFDE6 is #B10219. Grayscale: #C5C5C5. Windows color (decimal): -11600410 or 15138126. OLE color: 15138126.
HSL color Cylindrical-coordinate representation of color #4EFDE6: hue angle of 172.11º degrees, saturation: 0.98, 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 #4EFDE6 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 230 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.01 |
| HSL | 172.11º | 0.98% | 0.65% | - |
| HSV(B) | 172.11º | 0.69% | 0.99% | - |
| XYZ | 52.55 | 77.58 | 87.07 | - |
| YUV | 198.05 | 146.02 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 230 | 0.69 | 0 | 0.09 | 0.01 | 172.11 | 0.98 | 0.65 |
| Hex | 4E | FD | E6 | 45 | 0 | 9 | 1 | AC | 62 | 41 |
| Octal | 116 | 375 | 346 | 105 | 0 | 11 | 1 | 254 | 142 | 101 |
| Binary | 1001110 | 11111101 | 11100110 | 1000101 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000001 |
Color Harmonies of #4EFDE6
Complementary color
Monochromatic Colors of #4EFDE6
Black with #4EFDE6
Text Example
Text Example
White with #4EFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDE6; }
p { color: rgb(78,253,230); }
H1.HeaderClassName
{
color: #4EFDE6;
}
.AnyTagClassName
{
color: #4EFDE6;
}
</style>
background-color css
<style>
a { background-color: #4EFDE6; }
a { background-color: rgb(78,253,230); }
div.DivClassName
{
background-color: #4EFDE6;
}
.BgClassName
{
background-color: #4EFDE6;
}
</style>
border-color css
<style>
span { border-color: #4EFDE6; }
span { border-color: rgb(78,253,230); }
td.TdClassName
{
border-color: #4EFDE6;
}
.TagClassName
{
border-color: #4EFDE6;
}
</style>