Html Css Color HEX #4DCDB6 Medium Turquoise

📋 copy color: '#4DCDB6'

red 77 ◦ green 205 ◦ blue 182

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

Shades of Medium Turquoise #4DCDB6

Tints of Medium Turquoise #4DCDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 16.59%
G = 44.18%
B = 39.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#4DCDB6 (or 0x4DCDB6) is known color: Medium Turquoise. HEX triplet: 4D, CD and B6. RGB value is (77,205,182). Sum of RGB (Red+Green+Blue) = 77+205+182=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDB6 is #B23249. Grayscale: #A4A4A4. Windows color (decimal): -11678282 or 11980109. OLE color: 11980109.

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

Color convert

RGB 77 205 182 -
CMYK 0.62 0 0.11 0.20
HSL 169.22º 0.56% 0.55% -
HSV(B) 169.22º 0.62% 0.8% -
XYZ 33.34 48.62 51.88 -
YUV 164.11 138.09 65.87 -
System Red Green Blue C M Y K H S L
Decimal 77 205 182 0.62 0 0.11 0.20 169.22 0.56 0.55
Hex 4D CD B6 3E 0 B 14 A9 38 37
Octal 115 315 266 76 0 13 24 251 70 67
Binary 1001101 11001101 10110110 111110 0 1011 10100 10101001 111000 110111

Color Harmonies of #4DCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDB6

Black with #4DCDB6

Text Example


Text Example

White with #4DCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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