Html Css Color HEX #4DC5DA Medium Turquoise

📋 copy color: '#4DC5DA'

red 77 ◦ green 197 ◦ blue 218

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

Shades of Medium Turquoise #4DC5DA

Tints of Medium Turquoise #4DC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 15.65%
G = 40.04%
B = 44.31%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4DC5DA (or 0x4DC5DA) is known color: Medium Turquoise. HEX triplet: 4D, C5 and DA. RGB value is (77,197,218). Sum of RGB (Red+Green+Blue) = 77+197+218=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC5DA is #B23A25. Grayscale: #A3A3A3. Windows color (decimal): -11680294 or 14337357. OLE color: 14337357.

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

Color convert

RGB 77 197 218 -
CMYK 0.65 0.10 0 0.15
HSL 188.94º 0.66% 0.58% -
HSV(B) 188.94º 0.65% 0.85% -
XYZ 35.68 46.57 73.44 -
YUV 163.51 158.74 66.29 -
System Red Green Blue C M Y K H S L
Decimal 77 197 218 0.65 0.10 0 0.15 188.94 0.66 0.58
Hex 4D C5 DA 41 A 0 F BD 42 3A
Octal 115 305 332 101 12 0 17 275 102 72
Binary 1001101 11000101 11011010 1000001 1010 0 1111 10111101 1000010 111010

Color Harmonies of #4DC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC5DA

Black with #4DC5DA

Text Example


Text Example

White with #4DC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,197,218); }

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

background-color css

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

 a { background-color: rgb(77,197,218); }

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

border-color css

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

 span { border-color: rgb(77,197,218); }

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