Html Css Color HEX #4DDBC7 Medium Turquoise

📋 copy color: '#4DDBC7'

red 77 ◦ green 219 ◦ blue 199

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

Shades of Medium Turquoise #4DDBC7

Tints of Medium Turquoise #4DDBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 15.56%
G = 44.24%
B = 40.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#4DDBC7 (or 0x4DDBC7) is known color: Medium Turquoise. HEX triplet: 4D, DB and C7. RGB value is (77,219,199). Sum of RGB (Red+Green+Blue) = 77+219+199=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBC7 is #B22438. Grayscale: #AEAEAE. Windows color (decimal): -11674681 or 13097805. OLE color: 13097805.

HSL color Cylindrical-coordinate representation of color #4DDBC7: hue angle of 171.55º 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 #4DDBC7 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 199 -
CMYK 0.65 0 0.09 0.14
HSL 171.55º 0.66% 0.58% -
HSV(B) 171.55º 0.65% 0.86% -
XYZ 38.7 56.36 62.87 -
YUV 174.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 77 219 199 0.65 0 0.09 0.14 171.55 0.66 0.58
Hex 4D DB C7 41 0 9 E AC 42 3A
Octal 115 333 307 101 0 11 16 254 102 72
Binary 1001101 11011011 11000111 1000001 0 1001 1110 10101100 1000010 111010

Color Harmonies of #4DDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBC7

Black with #4DDBC7

Text Example


Text Example

White with #4DDBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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