Html Css Color HEX #4EC5CB Medium Turquoise

📋 copy color: '#4EC5CB'

red 78 ◦ green 197 ◦ blue 203

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

Shades of Medium Turquoise #4EC5CB

Tints of Medium Turquoise #4EC5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 16.32%
G = 41.21%
B = 42.47%

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

#4EC5CB (or 0x4EC5CB) is known color: Medium Turquoise. HEX triplet: 4E, C5 and CB. RGB value is (78,197,203). Sum of RGB (Red+Green+Blue) = 78+197+203=478 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.32% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EC5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC5CB is #B13A34. Grayscale: #A1A1A1. Windows color (decimal): -11614773 or 13354318. OLE color: 13354318.

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

Color convert

RGB 78 197 203 -
CMYK 0.62 0.03 0 0.20
HSL 182.88º 0.55% 0.55% -
HSV(B) 182.88º 0.62% 0.8% -
XYZ 33.89 45.86 63.57 -
YUV 162.1 151.08 68.01 -
System Red Green Blue C M Y K H S L
Decimal 78 197 203 0.62 0.03 0 0.20 182.88 0.55 0.55
Hex 4E C5 CB 3E 3 0 14 B7 37 37
Octal 116 305 313 76 3 0 24 267 67 67
Binary 1001110 11000101 11001011 111110 11 0 10100 10110111 110111 110111

Color Harmonies of #4EC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC5CB

Black with #4EC5CB

Text Example


Text Example

White with #4EC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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