Shades of Turquoise #4EDEDF
Tints of Turquoise #4EDEDF
RGB
CMYK
RGB Variations
Color information
#4EDEDF (or 0x4EDEDF) is known color: Turquoise. HEX triplet: 4E, DE and DF. RGB value is (78,222,223). Sum of RGB (Red+Green+Blue) = 78+222+223=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #4EDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEDF is #B12120. Grayscale: #B2B2B2. Windows color (decimal): -11608353 or 14671438. OLE color: 14671438.
HSL color Cylindrical-coordinate representation of color #4EDEDF: hue angle of 180.41º 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 #4EDEDF is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 223 | - |
| CMYK | 0.65 | 0.00 | 0 | 0.13 |
| HSL | 180.41º | 0.69% | 0.59% | - |
| HSV(B) | 180.41º | 0.65% | 0.87% | - |
| XYZ | 42.58 | 59.19 | 78.99 | - |
| YUV | 179.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 223 | 0.65 | 0.00 | 0 | 0.13 | 180.41 | 0.69 | 0.59 |
| Hex | 4E | DE | DF | 41 | 0 | 0 | D | B4 | 45 | 3B |
| Octal | 116 | 336 | 337 | 101 | 0 | 0 | 15 | 264 | 105 | 73 |
| Binary | 1001110 | 11011110 | 11011111 | 1000001 | 0 | 0 | 1101 | 10110100 | 1000101 | 111011 |
Color Harmonies of #4EDEDF
Complementary color
Monochromatic Colors of #4EDEDF
Black with #4EDEDF
Text Example
Text Example
White with #4EDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEDF; }
p { color: rgb(78,222,223); }
H1.HeaderClassName
{
color: #4EDEDF;
}
.AnyTagClassName
{
color: #4EDEDF;
}
</style>
background-color css
<style>
a { background-color: #4EDEDF; }
a { background-color: rgb(78,222,223); }
div.DivClassName
{
background-color: #4EDEDF;
}
.BgClassName
{
background-color: #4EDEDF;
}
</style>
border-color css
<style>
span { border-color: #4EDEDF; }
span { border-color: rgb(78,222,223); }
td.TdClassName
{
border-color: #4EDEDF;
}
.TagClassName
{
border-color: #4EDEDF;
}
</style>