Html Css Color HEX #4ECDCD Medium Turquoise

📋 copy color: '#4ECDCD'

red 78 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #4ECDCD

Tints of Medium Turquoise #4ECDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 15.98%
G = 42.01%
B = 42.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4ECDCD (or 0x4ECDCD) is known color: Medium Turquoise. HEX triplet: 4E, CD and CD. RGB value is (78,205,205). Sum of RGB (Red+Green+Blue) = 78+205+205=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #4ECDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDCD is #B13232. Grayscale: #A6A6A6. Windows color (decimal): -11612723 or 13487438. OLE color: 13487438.

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

Color convert

RGB 78 205 205 -
CMYK 0.62 0 0 0.20
HSL 180º 0.56% 0.55% -
HSV(B) 180º 0.62% 0.8% -
XYZ 35.99 49.69 65.45 -
YUV 167.03 149.42 64.5 -
System Red Green Blue C M Y K H S L
Decimal 78 205 205 0.62 0 0 0.20 180 0.56 0.55
Hex 4E CD CD 3E 0 0 14 B4 38 37
Octal 116 315 315 76 0 0 24 264 70 67
Binary 1001110 11001101 11001101 111110 0 0 10100 10110100 111000 110111

Color Harmonies of #4ECDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECDCD

Black with #4ECDCD

Text Example


Text Example

White with #4ECDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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