Shades of Turquoise #4EDFCB
Tints of Turquoise #4EDFCB
RGB
CMYK
RGB Variations
Color information
#4EDFCB (or 0x4EDFCB) is known color: Turquoise. HEX triplet: 4E, DF and CB. RGB value is (78,223,203). Sum of RGB (Red+Green+Blue) = 78+223+203=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFCB is #B12034. Grayscale: #B1B1B1. Windows color (decimal): -11608117 or 13360974. OLE color: 13360974.
HSL color Cylindrical-coordinate representation of color #4EDFCB: hue angle of 171.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDFCB is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 203 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.13 |
| HSL | 171.72º | 0.69% | 0.59% | - |
| HSV(B) | 171.72º | 0.65% | 0.87% | - |
| XYZ | 40.31 | 58.71 | 65.71 | - |
| YUV | 177.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 203 | 0.65 | 0 | 0.09 | 0.13 | 171.72 | 0.69 | 0.59 |
| Hex | 4E | DF | CB | 41 | 0 | 9 | D | AC | 45 | 3B |
| Octal | 116 | 337 | 313 | 101 | 0 | 11 | 15 | 254 | 105 | 73 |
| Binary | 1001110 | 11011111 | 11001011 | 1000001 | 0 | 1001 | 1101 | 10101100 | 1000101 | 111011 |
Color Harmonies of #4EDFCB
Complementary color
Monochromatic Colors of #4EDFCB
Black with #4EDFCB
Text Example
Text Example
White with #4EDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFCB; }
p { color: rgb(78,223,203); }
H1.HeaderClassName
{
color: #4EDFCB;
}
.AnyTagClassName
{
color: #4EDFCB;
}
</style>
background-color css
<style>
a { background-color: #4EDFCB; }
a { background-color: rgb(78,223,203); }
div.DivClassName
{
background-color: #4EDFCB;
}
.BgClassName
{
background-color: #4EDFCB;
}
</style>
border-color css
<style>
span { border-color: #4EDFCB; }
span { border-color: rgb(78,223,203); }
td.TdClassName
{
border-color: #4EDFCB;
}
.TagClassName
{
border-color: #4EDFCB;
}
</style>