Html Css Color HEX #4DC2CC Medium Turquoise

📋 copy color: '#4DC2CC'

red 77 ◦ green 194 ◦ blue 204

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

Shades of Medium Turquoise #4DC2CC

Tints of Medium Turquoise #4DC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

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

R = 16.21%
G = 40.84%
B = 42.95%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4DC2CC (or 0x4DC2CC) is known color: Medium Turquoise. HEX triplet: 4D, C2 and CC. RGB value is (77,194,204). Sum of RGB (Red+Green+Blue) = 77+194+204=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DC2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2CC is #B23D33. Grayscale: #A0A0A0. Windows color (decimal): -11681076 or 13419085. OLE color: 13419085.

HSL color Cylindrical-coordinate representation of color #4DC2CC: hue angle of 184.72º 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 #4DC2CC is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 194 204 -
CMYK 0.62 0.05 0 0.2
HSL 184.72º 0.55% 0.55% -
HSV(B) 184.72º 0.62% 0.8% -
XYZ 33.25 44.52 63.97 -
YUV 160.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 77 194 204 0.62 0.05 0 0.2 184.72 0.55 0.55
Hex 4D C2 CC 3E 5 0 14 B9 37 37
Octal 115 302 314 76 5 0 24 271 67 67
Binary 1001101 11000010 11001100 111110 101 0 10100 10111001 110111 110111

Color Harmonies of #4DC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC2CC

Black with #4DC2CC

Text Example


Text Example

White with #4DC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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