Shades of Turquoise #4EEDCF
Tints of Turquoise #4EEDCF
RGB
CMYK
RGB Variations
Color information
#4EEDCF (or 0x4EEDCF) is known color: Turquoise. HEX triplet: 4E, ED and CF. RGB value is (78,237,207). Sum of RGB (Red+Green+Blue) = 78+237+207=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDCF is #B11230. Grayscale: #BABABA. Windows color (decimal): -11604529 or 13626702. OLE color: 13626702.
HSL color Cylindrical-coordinate representation of color #4EEDCF: hue angle of 168.68º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDCF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 207 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.07 |
| HSL | 168.68º | 0.82% | 0.62% | - |
| HSV(B) | 168.68º | 0.67% | 0.93% | - |
| XYZ | 44.69 | 66.69 | 69.55 | - |
| YUV | 186.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 207 | 0.67 | 0 | 0.13 | 0.07 | 168.68 | 0.82 | 0.62 |
| Hex | 4E | ED | CF | 43 | 0 | D | 7 | A9 | 52 | 3E |
| Octal | 116 | 355 | 317 | 103 | 0 | 15 | 7 | 251 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11001111 | 1000011 | 0 | 1101 | 111 | 10101001 | 1010010 | 111110 |
Color Harmonies of #4EEDCF
Complementary color
Monochromatic Colors of #4EEDCF
Black with #4EEDCF
Text Example
Text Example
White with #4EEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDCF; }
p { color: rgb(78,237,207); }
H1.HeaderClassName
{
color: #4EEDCF;
}
.AnyTagClassName
{
color: #4EEDCF;
}
</style>
background-color css
<style>
a { background-color: #4EEDCF; }
a { background-color: rgb(78,237,207); }
div.DivClassName
{
background-color: #4EEDCF;
}
.BgClassName
{
background-color: #4EEDCF;
}
</style>
border-color css
<style>
span { border-color: #4EEDCF; }
span { border-color: rgb(78,237,207); }
td.TdClassName
{
border-color: #4EEDCF;
}
.TagClassName
{
border-color: #4EEDCF;
}
</style>