Html Css Color HEX #4ECDBF Medium Turquoise

📋 copy color: '#4ECDBF'

red 78 ◦ green 205 ◦ blue 191

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

Shades of Medium Turquoise #4ECDBF

Tints of Medium Turquoise #4ECDBF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 16.46%
G = 43.25%
B = 40.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#4ECDBF (or 0x4ECDBF) is known color: Medium Turquoise. HEX triplet: 4E, CD and BF. RGB value is (78,205,191). Sum of RGB (Red+Green+Blue) = 78+205+191=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDBF is #B13240. Grayscale: #A5A5A5. Windows color (decimal): -11612737 or 12569934. OLE color: 12569934.

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

Color convert

RGB 78 205 191 -
CMYK 0.62 0 0.07 0.20
HSL 173.39º 0.56% 0.55% -
HSV(B) 173.39º 0.62% 0.8% -
XYZ 34.38 49.04 56.94 -
YUV 165.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 78 205 191 0.62 0 0.07 0.20 173.39 0.56 0.55
Hex 4E CD BF 3E 0 7 14 AD 38 37
Octal 116 315 277 76 0 7 24 255 70 67
Binary 1001110 11001101 10111111 111110 0 111 10100 10101101 111000 110111

Color Harmonies of #4ECDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECDBF

Black with #4ECDBF

Text Example


Text Example

White with #4ECDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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