Html Css Color HEX #4EC3CC Medium Turquoise

📋 copy color: '#4EC3CC'

red 78 ◦ green 195 ◦ blue 204

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

Shades of Medium Turquoise #4EC3CC

Tints of Medium Turquoise #4EC3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 16.35%
G = 40.88%
B = 42.77%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4EC3CC (or 0x4EC3CC) is known color: Medium Turquoise. HEX triplet: 4E, C3 and CC. RGB value is (78,195,204). Sum of RGB (Red+Green+Blue) = 78+195+204=477 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.35% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EC3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3CC is #B13C33. Grayscale: #A0A0A0. Windows color (decimal): -11615284 or 13419342. OLE color: 13419342.

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

Color convert

RGB 78 195 204 -
CMYK 0.62 0.04 0 0.2
HSL 184.29º 0.55% 0.55% -
HSV(B) 184.29º 0.62% 0.8% -
XYZ 33.56 45.01 64.05 -
YUV 161.04 152.24 68.77 -
System Red Green Blue C M Y K H S L
Decimal 78 195 204 0.62 0.04 0 0.2 184.29 0.55 0.55
Hex 4E C3 CC 3E 4 0 14 B8 37 37
Octal 116 303 314 76 4 0 24 270 67 67
Binary 1001110 11000011 11001100 111110 100 0 10100 10111000 110111 110111

Color Harmonies of #4EC3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC3CC

Black with #4EC3CC

Text Example


Text Example

White with #4EC3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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