Html Css Color HEX #4DCABE Medium Turquoise

📋 copy color: '#4DCABE'

red 77 ◦ green 202 ◦ blue 190

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

Shades of Medium Turquoise #4DCABE

Tints of Medium Turquoise #4DCABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 16.42%
G = 43.07%
B = 40.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#4DCABE (or 0x4DCABE) is known color: Medium Turquoise. HEX triplet: 4D, CA and BE. RGB value is (77,202,190). Sum of RGB (Red+Green+Blue) = 77+202+190=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCABE is #B23541. Grayscale: #A3A3A3. Windows color (decimal): -11679042 or 12503629. OLE color: 12503629.

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

Color convert

RGB 77 202 190 -
CMYK 0.62 0 0.06 0.21
HSL 174.24º 0.54% 0.55% -
HSV(B) 174.24º 0.62% 0.79% -
XYZ 33.48 47.54 56.13 -
YUV 163.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 77 202 190 0.62 0 0.06 0.21 174.24 0.54 0.55
Hex 4D CA BE 3E 0 6 15 AE 36 37
Octal 115 312 276 76 0 6 25 256 66 67
Binary 1001101 11001010 10111110 111110 0 110 10101 10101110 110110 110111

Color Harmonies of #4DCABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCABE

Black with #4DCABE

Text Example


Text Example

White with #4DCABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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