Html Css Color HEX #4DC2CD Medium Turquoise

📋 copy color: '#4DC2CD'

red 77 ◦ green 194 ◦ blue 205

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

Shades of Medium Turquoise #4DC2CD

Tints of Medium Turquoise #4DC2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 16.18%
G = 40.76%
B = 43.07%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DC2CD (or 0x4DC2CD) is known color: Medium Turquoise. HEX triplet: 4D, C2 and CD. RGB value is (77,194,205). Sum of RGB (Red+Green+Blue) = 77+194+205=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DC2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2CD is #B23D32. Grayscale: #A0A0A0. Windows color (decimal): -11681075 or 13484621. OLE color: 13484621.

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

Color convert

RGB 77 194 205 -
CMYK 0.62 0.05 0 0.20
HSL 185.16º 0.56% 0.55% -
HSV(B) 185.16º 0.62% 0.8% -
XYZ 33.37 44.57 64.6 -
YUV 160.27 153.24 68.61 -
System Red Green Blue C M Y K H S L
Decimal 77 194 205 0.62 0.05 0 0.20 185.16 0.56 0.55
Hex 4D C2 CD 3E 5 0 14 B9 38 37
Octal 115 302 315 76 5 0 24 271 70 67
Binary 1001101 11000010 11001101 111110 101 0 10100 10111001 111000 110111

Color Harmonies of #4DC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC2CD

Black with #4DC2CD

Text Example


Text Example

White with #4DC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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