Html Css Color HEX #4DDBC6 Medium Turquoise

📋 copy color: '#4DDBC6'

red 77 ◦ green 219 ◦ blue 198

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

Shades of Medium Turquoise #4DDBC6

Tints of Medium Turquoise #4DDBC6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 15.59%
G = 44.33%
B = 40.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#4DDBC6 (or 0x4DDBC6) is known color: Medium Turquoise. HEX triplet: 4D, DB and C6. RGB value is (77,219,198). Sum of RGB (Red+Green+Blue) = 77+219+198=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBC6 is #B22439. Grayscale: #AEAEAE. Windows color (decimal): -11674682 or 13032269. OLE color: 13032269.

HSL color Cylindrical-coordinate representation of color #4DDBC6: hue angle of 171.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDBC6 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 198 -
CMYK 0.65 0 0.10 0.14
HSL 171.13º 0.66% 0.58% -
HSV(B) 171.13º 0.65% 0.86% -
XYZ 38.59 56.32 62.26 -
YUV 174.15 141.46 58.71 -
System Red Green Blue C M Y K H S L
Decimal 77 219 198 0.65 0 0.10 0.14 171.13 0.66 0.58
Hex 4D DB C6 41 0 A E AB 42 3A
Octal 115 333 306 101 0 12 16 253 102 72
Binary 1001101 11011011 11000110 1000001 0 1010 1110 10101011 1000010 111010

Color Harmonies of #4DDBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBC6

Black with #4DDBC6

Text Example


Text Example

White with #4DDBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,198); }

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

background-color css

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

 a { background-color: rgb(77,219,198); }

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

border-color css

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

 span { border-color: rgb(77,219,198); }

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