Html Css Color HEX #4DCABC Medium Turquoise

📋 copy color: '#4DCABC'

red 77 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #4DCABC

Tints of Medium Turquoise #4DCABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 16.49%
G = 43.25%
B = 40.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#4DCABC (or 0x4DCABC) is known color: Medium Turquoise. HEX triplet: 4D, CA and BC. RGB value is (77,202,188). Sum of RGB (Red+Green+Blue) = 77+202+188=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCABC is #B23543. Grayscale: #A2A2A2. Windows color (decimal): -11679044 or 12372557. OLE color: 12372557.

HSL color Cylindrical-coordinate representation of color #4DCABC: hue angle of 173.28º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCABC is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 202 188 -
CMYK 0.62 0 0.07 0.21
HSL 173.28º 0.54% 0.55% -
HSV(B) 173.28º 0.62% 0.79% -
XYZ 33.26 47.45 54.98 -
YUV 163.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 77 202 188 0.62 0 0.07 0.21 173.28 0.54 0.55
Hex 4D CA BC 3E 0 7 15 AD 36 37
Octal 115 312 274 76 0 7 25 255 66 67
Binary 1001101 11001010 10111100 111110 0 111 10101 10101101 110110 110111

Color Harmonies of #4DCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCABC

Black with #4DCABC

Text Example


Text Example

White with #4DCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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