Html Css Color HEX #4AD3BE Medium Turquoise

📋 copy color: '#4AD3BE'

red 74 ◦ green 211 ◦ blue 190

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

Shades of Medium Turquoise #4AD3BE

Tints of Medium Turquoise #4AD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.42%

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

R = 15.58%
G = 44.42%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#4AD3BE (or 0x4AD3BE) is known color: Medium Turquoise. HEX triplet: 4A, D3 and BE. RGB value is (74,211,190). Sum of RGB (Red+Green+Blue) = 74+211+190=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD3BE is #B52C41. Grayscale: #A7A7A7. Windows color (decimal): -11873346 or 12505930. OLE color: 12505930.

HSL color Cylindrical-coordinate representation of color #4AD3BE: hue angle of 170.8º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD3BE is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 211 190 -
CMYK 0.65 0 0.10 0.17
HSL 170.8º 0.61% 0.56% -
HSV(B) 170.8º 0.65% 0.83% -
XYZ 35.41 51.76 56.84 -
YUV 167.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 74 211 190 0.65 0 0.10 0.17 170.8 0.61 0.56
Hex 4A D3 BE 41 0 A 11 AB 3D 38
Octal 112 323 276 101 0 12 21 253 75 70
Binary 1001010 11010011 10111110 1000001 0 1010 10001 10101011 111101 111000

Color Harmonies of #4AD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD3BE

Black with #4AD3BE

Text Example


Text Example

White with #4AD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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