#4EC6D0

Color #4EC6D0 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4EC6D0

Tints of Medium Turquoise #4EC6D0

Color information

#4EC6D0 (or 0x4EC6D0) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C6 and D0. RGB value is (78,198,208). Sum of RGB (Red+Green+Blue) = 78+198+208=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #4EC6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC6D0 is #B1392F. Grayscale: #A3A3A3. Windows color (decimal): -11614512 or 13682254. OLE color: 13682254.

HSL color Cylindrical-coordinate representation of color #4EC6D0: hue angle of 184.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC6D0 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78198208-
CMYK0.620.0500.18
HSL184.62º58.04%56.08%-
HSV(B)184.62º62.5%81.57%-
XYZ34.7246.5666.83-
YUV163.26153.2467.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 16.12%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=16.12%
G=40.91%
B=42.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781982080.620.0500.18184.6258.0456.08
Hex4EC6D03E5012b93a38
Octal1163063207650222717270
Binary1001110110001101101000011111010101001010111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EC6D0; }

 p { color: rgb(78,198,208); }

 H1.HeaderClassName
 {
   color: #4EC6D0;
 }
 .AnyTagClassName
 {
   color: #4EC6D0;
 }
</style>
background-color css

<style>
 a { background-color: #4EC6D0; }

 a { background-color: rgb(78,198,208); }

 div.DivClassName
 {
   background-color: #4EC6D0;
 }
 .BgClassName
 {
   background-color: #4EC6D0;
 }
</style>
border-color css

<style>
 span { border-color: #4EC6D0; }

 span { border-color: rgb(78,198,208); }

 td.TdClassName
 {
   border-color: #4EC6D0;
 }
 .TagClassName
 {
   border-color: #4EC6D0;
 }
</style>