#4ED0BC

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

Shades of Medium Turquoise #4ED0BC

Tints of Medium Turquoise #4ED0BC

Color information

#4ED0BC (or 0x4ED0BC) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D0 and BC. RGB value is (78,208,188). Sum of RGB (Red+Green+Blue) = 78+208+188=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED0BC is #B12F43. Grayscale: #A6A6A6. Windows color (decimal): -11611972 or 12374094. OLE color: 12374094.

HSL color Cylindrical-coordinate representation of color #4ED0BC: hue angle of 170.77º 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 #4ED0BC is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB78208188-
CMYK0.6200.100.18
HSL170.77º58.04%56.08%-
HSV(B)170.77º62.5%81.57%-
XYZ34.7750.3655.47-
YUV166.85139.9364.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.46%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=16.46%
G=43.88%
B=39.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal782081880.6200.100.18170.7758.0456.08
Hex4ED0BC3E0A12ab3a38
Octal11632027476012222537270
Binary10011101101000010111100111110010101001010101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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