Html Css Color HEX #4DDBD5 Medium Turquoise

📋 copy color: '#4DDBD5'

red 77 ◦ green 219 ◦ blue 213

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

Shades of Medium Turquoise #4DDBD5

Tints of Medium Turquoise #4DDBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 15.13%
G = 43.03%
B = 41.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#4DDBD5 (or 0x4DDBD5) is known color: Medium Turquoise. HEX triplet: 4D, DB and D5. RGB value is (77,219,213). Sum of RGB (Red+Green+Blue) = 77+219+213=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBD5 is #B2242A. Grayscale: #AFAFAF. Windows color (decimal): -11674667 or 14015309. OLE color: 14015309.

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

Color convert

RGB 77 219 213 -
CMYK 0.65 0 0.03 0.14
HSL 177.46º 0.66% 0.58% -
HSV(B) 177.46º 0.65% 0.86% -
XYZ 40.4 57.04 71.83 -
YUV 175.86 148.96 57.49 -
System Red Green Blue C M Y K H S L
Decimal 77 219 213 0.65 0 0.03 0.14 177.46 0.66 0.58
Hex 4D DB D5 41 0 3 E B1 42 3A
Octal 115 333 325 101 0 3 16 261 102 72
Binary 1001101 11011011 11010101 1000001 0 11 1110 10110001 1000010 111010

Color Harmonies of #4DDBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBD5

Black with #4DDBD5

Text Example


Text Example

White with #4DDBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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