Html Css Color HEX #4DCACC Medium Turquoise

📋 copy color: '#4DCACC'

red 77 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #4DCACC

Tints of Medium Turquoise #4DCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

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

R = 15.94%
G = 41.82%
B = 42.24%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4DCACC (or 0x4DCACC) is known color: Medium Turquoise. HEX triplet: 4D, CA and CC. RGB value is (77,202,204). Sum of RGB (Red+Green+Blue) = 77+202+204=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCACC is #B23533. Grayscale: #A4A4A4. Windows color (decimal): -11679028 or 13421133. OLE color: 13421133.

HSL color Cylindrical-coordinate representation of color #4DCACC: hue angle of 180.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCACC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 202 204 -
CMYK 0.62 0.01 0 0.2
HSL 180.94º 0.55% 0.55% -
HSV(B) 180.94º 0.62% 0.8% -
XYZ 35.08 48.18 64.58 -
YUV 164.85 150.09 65.34 -
System Red Green Blue C M Y K H S L
Decimal 77 202 204 0.62 0.01 0 0.2 180.94 0.55 0.55
Hex 4D CA CC 3E 1 0 14 B5 37 37
Octal 115 312 314 76 1 0 24 265 67 67
Binary 1001101 11001010 11001100 111110 1 0 10100 10110101 110111 110111

Color Harmonies of #4DCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCACC

Black with #4DCACC

Text Example


Text Example

White with #4DCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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