Html Css Color HEX #4DDACC Medium Turquoise

📋 copy color: '#4DDACC'

red 77 ◦ green 218 ◦ blue 204

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

Shades of Medium Turquoise #4DDACC

Tints of Medium Turquoise #4DDACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 15.43%
G = 43.69%
B = 40.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#4DDACC (or 0x4DDACC) is known color: Medium Turquoise. HEX triplet: 4D, DA and CC. RGB value is (77,218,204). Sum of RGB (Red+Green+Blue) = 77+218+204=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDACC is #B22533. Grayscale: #AEAEAE. Windows color (decimal): -11674932 or 13425229. OLE color: 13425229.

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

Color convert

RGB 77 218 204 -
CMYK 0.65 0 0.06 0.15
HSL 174.04º 0.66% 0.58% -
HSV(B) 174.04º 0.65% 0.85% -
XYZ 39.03 56.08 65.89 -
YUV 174.25 144.79 58.64 -
System Red Green Blue C M Y K H S L
Decimal 77 218 204 0.65 0 0.06 0.15 174.04 0.66 0.58
Hex 4D DA CC 41 0 6 F AE 42 3A
Octal 115 332 314 101 0 6 17 256 102 72
Binary 1001101 11011010 11001100 1000001 0 110 1111 10101110 1000010 111010

Color Harmonies of #4DDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDACC

Black with #4DDACC

Text Example


Text Example

White with #4DDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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