#4ED5CF

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

Shades of Medium Turquoise #4ED5CF

Tints of Medium Turquoise #4ED5CF

Color information

#4ED5CF (or 0x4ED5CF) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D5 and CF. RGB value is (78,213,207). Sum of RGB (Red+Green+Blue) = 78+213+207=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED5CF is #B12A30. Grayscale: #ABABAB. Windows color (decimal): -11610673 or 13620558. OLE color: 13620558.

HSL color Cylindrical-coordinate representation of color #4ED5CF: hue angle of 177.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED5CF is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB78213207-
CMYK0.6300.030.16
HSL177.33º61.64%57.06%-
HSV(B)177.33º63.38%83.53%-
XYZ38.253.7167.39-
YUV171.95147.7760.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.66%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=15.66%
G=42.77%
B=41.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal782132070.6300.030.16177.3361.6457.06
Hex4ED5CF3F0310b13e39
Octal1163253177703202617671
Binary100111011010101110011111111110111000010110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,213,207); }

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

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

 a { background-color: rgb(78,213,207); }

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

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

 span { border-color: rgb(78,213,207); }

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