Html Css Color HEX #4DC4CD Medium Turquoise

📋 copy color: '#4DC4CD'

red 77 ◦ green 196 ◦ blue 205

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

Shades of Medium Turquoise #4DC4CD

Tints of Medium Turquoise #4DC4CD

RGB

 RED value IS 77 (30.47% from 255) = 16.11%

 GREEN value IS 196 (76.95% from 255) = 41%

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

R = 16.11%
G = 41%
B = 42.89%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DC4CD (or 0x4DC4CD) is known color: Medium Turquoise. HEX triplet: 4D, C4 and CD. RGB value is (77,196,205). Sum of RGB (Red+Green+Blue) = 77+196+205=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DC4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC4CD is #B23B32. Grayscale: #A1A1A1. Windows color (decimal): -11680563 or 13485133. OLE color: 13485133.

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

Color convert

RGB 77 196 205 -
CMYK 0.62 0.04 0 0.20
HSL 184.22º 0.56% 0.55% -
HSV(B) 184.22º 0.62% 0.8% -
XYZ 33.82 45.47 64.75 -
YUV 161.45 152.58 67.77 -
System Red Green Blue C M Y K H S L
Decimal 77 196 205 0.62 0.04 0 0.20 184.22 0.56 0.55
Hex 4D C4 CD 3E 4 0 14 B8 38 37
Octal 115 304 315 76 4 0 24 270 70 67
Binary 1001101 11000100 11001101 111110 100 0 10100 10111000 111000 110111

Color Harmonies of #4DC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC4CD

Black with #4DC4CD

Text Example


Text Example

White with #4DC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,196,205); }

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

background-color css

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

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

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

border-color css

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

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

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