Html Css Color HEX #4EC3CD Medium Turquoise

📋 copy color: '#4EC3CD'

red 78 ◦ green 195 ◦ blue 205

#4EC3CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4EC3CD

Tints of Medium Turquoise #4EC3CD

RGB

 RED value IS 78 (30.86% from 255) = 16.32%

 GREEN value IS 195 (76.56% from 255) = 40.79%

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 16.32%
G = 40.79%
B = 42.89%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4EC3CD (or 0x4EC3CD) is known color: Medium Turquoise. HEX triplet: 4E, C3 and CD. RGB value is (78,195,205). Sum of RGB (Red+Green+Blue) = 78+195+205=478 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.32% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EC3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3CD is #B13C32. Grayscale: #A1A1A1. Windows color (decimal): -11615283 or 13484878. OLE color: 13484878.

HSL color Cylindrical-coordinate representation of color #4EC3CD: hue angle of 184.72º degrees, saturation: 0.56, 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 #4EC3CD is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 195 205 -
CMYK 0.62 0.05 0 0.20
HSL 184.72º 0.56% 0.55% -
HSV(B) 184.72º 0.62% 0.8% -
XYZ 33.68 45.06 64.68 -
YUV 161.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 78 195 205 0.62 0.05 0 0.20 184.72 0.56 0.55
Hex 4E C3 CD 3E 5 0 14 B9 38 37
Octal 116 303 315 76 5 0 24 271 70 67
Binary 1001110 11000011 11001101 111110 101 0 10100 10111001 111000 110111

Color Harmonies of #4EC3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC3CD

Black with #4EC3CD

Text Example


Text Example

White with #4EC3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EC3CD;
 }
 .AnyTagClassName
 {
   color: #4EC3CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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