Html Css Color HEX #4EC4CE Medium Turquoise

📋 copy color: '#4EC4CE'

red 78 ◦ green 196 ◦ blue 206

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

Shades of Medium Turquoise #4EC4CE

Tints of Medium Turquoise #4EC4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 16.25%
G = 40.83%
B = 42.92%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EC4CE (or 0x4EC4CE) is known color: Medium Turquoise. HEX triplet: 4E, C4 and CE. RGB value is (78,196,206). Sum of RGB (Red+Green+Blue) = 78+196+206=480 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.25% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EC4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC4CE is #B13B31. Grayscale: #A1A1A1. Windows color (decimal): -11615026 or 13550670. OLE color: 13550670.

HSL color Cylindrical-coordinate representation of color #4EC4CE: hue angle of 184.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC4CE is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 196 206 -
CMYK 0.62 0.05 0 0.19
HSL 184.69º 0.57% 0.56% -
HSV(B) 184.69º 0.62% 0.81% -
XYZ 34.02 45.56 65.39 -
YUV 161.86 152.91 68.19 -
System Red Green Blue C M Y K H S L
Decimal 78 196 206 0.62 0.05 0 0.19 184.69 0.57 0.56
Hex 4E C4 CE 3E 5 0 13 B9 39 38
Octal 116 304 316 76 5 0 23 271 71 70
Binary 1001110 11000100 11001110 111110 101 0 10011 10111001 111001 111000

Color Harmonies of #4EC4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC4CE

Black with #4EC4CE

Text Example


Text Example

White with #4EC4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,196,206); }

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

background-color css

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

 a { background-color: rgb(78,196,206); }

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

border-color css

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

 span { border-color: rgb(78,196,206); }

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