Html Css Color HEX #4ECEDD Medium Turquoise

📋 copy color: '#4ECEDD'

red 78 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #4ECEDD

Tints of Medium Turquoise #4ECEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.79%

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 15.45%
G = 40.79%
B = 43.76%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ECEDD (or 0x4ECEDD) is known color: Medium Turquoise. HEX triplet: 4E, CE and DD. RGB value is (78,206,221). Sum of RGB (Red+Green+Blue) = 78+206+221=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ECEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECEDD is #B13122. Grayscale: #A9A9A9. Windows color (decimal): -11612451 or 14536270. OLE color: 14536270.

HSL color Cylindrical-coordinate representation of color #4ECEDD: hue angle of 186.29º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECEDD is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 206 221 -
CMYK 0.65 0.07 0 0.13
HSL 186.29º 0.68% 0.59% -
HSV(B) 186.29º 0.65% 0.87% -
XYZ 38.26 50.98 76.23 -
YUV 169.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 78 206 221 0.65 0.07 0 0.13 186.29 0.68 0.59
Hex 4E CE DD 41 7 0 D BA 44 3B
Octal 116 316 335 101 7 0 15 272 104 73
Binary 1001110 11001110 11011101 1000001 111 0 1101 10111010 1000100 111011

Color Harmonies of #4ECEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECEDD

Black with #4ECEDD

Text Example


Text Example

White with #4ECEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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