Html Css Color HEX #4EC7CD Medium Turquoise

📋 copy color: '#4EC7CD'

red 78 ◦ green 199 ◦ blue 205

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

Shades of Medium Turquoise #4EC7CD

Tints of Medium Turquoise #4EC7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

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

R = 16.18%
G = 41.29%
B = 42.53%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4EC7CD (or 0x4EC7CD) is known color: Medium Turquoise. HEX triplet: 4E, C7 and CD. RGB value is (78,199,205). Sum of RGB (Red+Green+Blue) = 78+199+205=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EC7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC7CD is #B13832. Grayscale: #A3A3A3. Windows color (decimal): -11614259 or 13485902. OLE color: 13485902.

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

Color convert

RGB 78 199 205 -
CMYK 0.62 0.03 0 0.20
HSL 182.83º 0.56% 0.55% -
HSV(B) 182.83º 0.62% 0.8% -
XYZ 34.58 46.87 64.98 -
YUV 163.51 151.41 67.01 -
System Red Green Blue C M Y K H S L
Decimal 78 199 205 0.62 0.03 0 0.20 182.83 0.56 0.55
Hex 4E C7 CD 3E 3 0 14 B7 38 37
Octal 116 307 315 76 3 0 24 267 70 67
Binary 1001110 11000111 11001101 111110 11 0 10100 10110111 111000 110111

Color Harmonies of #4EC7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC7CD

Black with #4EC7CD

Text Example


Text Example

White with #4EC7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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