Html Css Color HEX #4DCECA Medium Turquoise

📋 copy color: '#4DCECA'

red 77 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #4DCECA

Tints of Medium Turquoise #4DCECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 15.88%
G = 42.47%
B = 41.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#4DCECA (or 0x4DCECA) is known color: Medium Turquoise. HEX triplet: 4D, CE and CA. RGB value is (77,206,202). Sum of RGB (Red+Green+Blue) = 77+206+202=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCECA is #B23135. Grayscale: #A6A6A6. Windows color (decimal): -11678006 or 13291085. OLE color: 13291085.

HSL color Cylindrical-coordinate representation of color #4DCECA: hue angle of 178.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCECA is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 206 202 -
CMYK 0.63 0 0.02 0.19
HSL 178.14º 0.57% 0.55% -
HSV(B) 178.14º 0.63% 0.81% -
XYZ 35.79 49.98 63.64 -
YUV 166.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 77 206 202 0.63 0 0.02 0.19 178.14 0.57 0.55
Hex 4D CE CA 3F 0 2 13 B2 39 37
Octal 115 316 312 77 0 2 23 262 71 67
Binary 1001101 11001110 11001010 111111 0 10 10011 10110010 111001 110111

Color Harmonies of #4DCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCECA

Black with #4DCECA

Text Example


Text Example

White with #4DCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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