Html Css Color HEX #4AD5BE Medium Turquoise

📋 copy color: '#4AD5BE'

red 74 ◦ green 213 ◦ blue 190

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

Shades of Medium Turquoise #4AD5BE

Tints of Medium Turquoise #4AD5BE

RGB

 RED value IS 74 (29.3% from 255) = 15.51%

 GREEN value IS 213 (83.59% from 255) = 44.65%

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

R = 15.51%
G = 44.65%
B = 39.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#4AD5BE (or 0x4AD5BE) is known color: Medium Turquoise. HEX triplet: 4A, D5 and BE. RGB value is (74,213,190). Sum of RGB (Red+Green+Blue) = 74+213+190=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD5BE is #B52A41. Grayscale: #A8A8A8. Windows color (decimal): -11872834 or 12506442. OLE color: 12506442.

HSL color Cylindrical-coordinate representation of color #4AD5BE: hue angle of 170.07º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5BE is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 213 190 -
CMYK 0.65 0 0.11 0.16
HSL 170.07º 0.62% 0.56% -
HSV(B) 170.07º 0.65% 0.84% -
XYZ 35.91 52.76 57.01 -
YUV 168.82 139.95 60.37 -
System Red Green Blue C M Y K H S L
Decimal 74 213 190 0.65 0 0.11 0.16 170.07 0.62 0.56
Hex 4A D5 BE 41 0 B 10 AA 3E 38
Octal 112 325 276 101 0 13 20 252 76 70
Binary 1001010 11010101 10111110 1000001 0 1011 10000 10101010 111110 111000

Color Harmonies of #4AD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD5BE

Black with #4AD5BE

Text Example


Text Example

White with #4AD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,213,190); }

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

background-color css

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

 a { background-color: rgb(74,213,190); }

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

border-color css

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

 span { border-color: rgb(74,213,190); }

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