Html Css Color HEX #4DDBC9 Medium Turquoise

📋 copy color: '#4DDBC9'

red 77 ◦ green 219 ◦ blue 201

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

Shades of Medium Turquoise #4DDBC9

Tints of Medium Turquoise #4DDBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 15.49%
G = 44.06%
B = 40.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#4DDBC9 (or 0x4DDBC9) is known color: Medium Turquoise. HEX triplet: 4D, DB and C9. RGB value is (77,219,201). Sum of RGB (Red+Green+Blue) = 77+219+201=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBC9 is #B22436. Grayscale: #AEAEAE. Windows color (decimal): -11674679 or 13228877. OLE color: 13228877.

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

Color convert

RGB 77 219 201 -
CMYK 0.65 0 0.08 0.14
HSL 172.39º 0.66% 0.58% -
HSV(B) 172.39º 0.65% 0.86% -
XYZ 38.93 56.46 64.1 -
YUV 174.49 142.96 58.46 -
System Red Green Blue C M Y K H S L
Decimal 77 219 201 0.65 0 0.08 0.14 172.39 0.66 0.58
Hex 4D DB C9 41 0 8 E AC 42 3A
Octal 115 333 311 101 0 10 16 254 102 72
Binary 1001101 11011011 11001001 1000001 0 1000 1110 10101100 1000010 111010

Color Harmonies of #4DDBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBC9

Black with #4DDBC9

Text Example


Text Example

White with #4DDBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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