#4EC3CB

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

Shades of Medium Turquoise #4EC3CB

Tints of Medium Turquoise #4EC3CB

Color information

#4EC3CB (or 0x4EC3CB) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C3 and CB. RGB value is (78,195,203). Sum of RGB (Red+Green+Blue) = 78+195+203=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EC3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3CB is #B13C34. Grayscale: #A0A0A0. Windows color (decimal): -11615285 or 13353806. OLE color: 13353806.

HSL color Cylindrical-coordinate representation of color #4EC3CB: hue angle of 183.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC3CB is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78195203-
CMYK0.620.0400.20
HSL183.84º54.59%55.1%-
HSV(B)183.84º61.58%79.61%-
XYZ33.4444.9663.42-
YUV160.93151.7468.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.39%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=16.39%
G=40.97%
B=42.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781952030.620.0400.20183.8454.5955.1
Hex4EC3CB3E4014b83737
Octal1163033137640242706767
Binary1001110110000111100101111111010001010010111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,195,203); }

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

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

 a { background-color: rgb(78,195,203); }

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

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

 span { border-color: rgb(78,195,203); }

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