Shades of Turquoise #4EEDCB
Tints of Turquoise #4EEDCB
RGB
CMYK
RGB Variations
Color information
#4EEDCB (or 0x4EEDCB) is known color: Turquoise. HEX triplet: 4E, ED and CB. RGB value is (78,237,203). Sum of RGB (Red+Green+Blue) = 78+237+203=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDCB is #B11234. Grayscale: #B9B9B9. Windows color (decimal): -11604533 or 13364558. OLE color: 13364558.
HSL color Cylindrical-coordinate representation of color #4EEDCB: hue angle of 167.17º 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 #4EEDCB is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 203 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.07 |
| HSL | 167.17º | 0.82% | 0.62% | - |
| HSV(B) | 167.17º | 0.67% | 0.93% | - |
| XYZ | 44.21 | 66.5 | 67.01 | - |
| YUV | 185.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 203 | 0.67 | 0 | 0.14 | 0.07 | 167.17 | 0.82 | 0.62 |
| Hex | 4E | ED | CB | 43 | 0 | E | 7 | A7 | 52 | 3E |
| Octal | 116 | 355 | 313 | 103 | 0 | 16 | 7 | 247 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11001011 | 1000011 | 0 | 1110 | 111 | 10100111 | 1010010 | 111110 |
Color Harmonies of #4EEDCB
Complementary color
Monochromatic Colors of #4EEDCB
Black with #4EEDCB
Text Example
Text Example
White with #4EEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDCB; }
p { color: rgb(78,237,203); }
H1.HeaderClassName
{
color: #4EEDCB;
}
.AnyTagClassName
{
color: #4EEDCB;
}
</style>
background-color css
<style>
a { background-color: #4EEDCB; }
a { background-color: rgb(78,237,203); }
div.DivClassName
{
background-color: #4EEDCB;
}
.BgClassName
{
background-color: #4EEDCB;
}
</style>
border-color css
<style>
span { border-color: #4EEDCB; }
span { border-color: rgb(78,237,203); }
td.TdClassName
{
border-color: #4EEDCB;
}
.TagClassName
{
border-color: #4EEDCB;
}
</style>