Html Css Color HEX #4ECDE0 Medium Turquoise

📋 copy color: '#4ECDE0'

red 78 ◦ green 205 ◦ blue 224

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

Shades of Medium Turquoise #4ECDE0

Tints of Medium Turquoise #4ECDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 15.38%
G = 40.43%
B = 44.18%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4ECDE0 (or 0x4ECDE0) is known color: Medium Turquoise. HEX triplet: 4E, CD and E0. RGB value is (78,205,224). Sum of RGB (Red+Green+Blue) = 78+205+224=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #4ECDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDE0 is #B1321F. Grayscale: #A8A8A8. Windows color (decimal): -11612704 or 14732622. OLE color: 14732622.

HSL color Cylindrical-coordinate representation of color #4ECDE0: hue angle of 187.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECDE0 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 205 224 -
CMYK 0.65 0.08 0 0.12
HSL 187.81º 0.7% 0.59% -
HSV(B) 187.81º 0.65% 0.88% -
XYZ 38.43 50.66 78.27 -
YUV 169.19 158.92 62.96 -
System Red Green Blue C M Y K H S L
Decimal 78 205 224 0.65 0.08 0 0.12 187.81 0.7 0.59
Hex 4E CD E0 41 8 0 C BC 46 3B
Octal 116 315 340 101 10 0 14 274 106 73
Binary 1001110 11001101 11100000 1000001 1000 0 1100 10111100 1000110 111011

Color Harmonies of #4ECDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECDE0

Black with #4ECDE0

Text Example


Text Example

White with #4ECDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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