Html Css Color HEX #4DCDC1 Medium Turquoise

📋 copy color: '#4DCDC1'

red 77 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #4DCDC1

Tints of Medium Turquoise #4DCDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 16.21%
G = 43.16%
B = 40.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#4DCDC1 (or 0x4DCDC1) is known color: Medium Turquoise. HEX triplet: 4D, CD and C1. RGB value is (77,205,193). Sum of RGB (Red+Green+Blue) = 77+205+193=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDC1 is #B2323E. Grayscale: #A5A5A5. Windows color (decimal): -11678271 or 12701005. OLE color: 12701005.

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

Color convert

RGB 77 205 193 -
CMYK 0.62 0 0.06 0.20
HSL 174.38º 0.56% 0.55% -
HSV(B) 174.38º 0.62% 0.8% -
XYZ 34.52 49.09 58.11 -
YUV 165.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 77 205 193 0.62 0 0.06 0.20 174.38 0.56 0.55
Hex 4D CD C1 3E 0 6 14 AE 38 37
Octal 115 315 301 76 0 6 24 256 70 67
Binary 1001101 11001101 11000001 111110 0 110 10100 10101110 111000 110111

Color Harmonies of #4DCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDC1

Black with #4DCDC1

Text Example


Text Example

White with #4DCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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