Html Css Color HEX #4ADAC1 Medium Turquoise

📋 copy color: '#4ADAC1'

red 74 ◦ green 218 ◦ blue 193

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

Shades of Medium Turquoise #4ADAC1

Tints of Medium Turquoise #4ADAC1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 15.26%
G = 44.95%
B = 39.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#4ADAC1 (or 0x4ADAC1) is known color: Medium Turquoise. HEX triplet: 4A, DA and C1. RGB value is (74,218,193). Sum of RGB (Red+Green+Blue) = 74+218+193=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAC1 is #B5253E. Grayscale: #ACACAC. Windows color (decimal): -11871551 or 12704330. OLE color: 12704330.

HSL color Cylindrical-coordinate representation of color #4ADAC1: hue angle of 169.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADAC1 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 193 -
CMYK 0.66 0 0.11 0.15
HSL 169.58º 0.66% 0.57% -
HSV(B) 169.58º 0.66% 0.85% -
XYZ 37.52 55.45 59.18 -
YUV 172.09 139.79 58.03 -
System Red Green Blue C M Y K H S L
Decimal 74 218 193 0.66 0 0.11 0.15 169.58 0.66 0.57
Hex 4A DA C1 42 0 B F AA 42 39
Octal 112 332 301 102 0 13 17 252 102 71
Binary 1001010 11011010 11000001 1000010 0 1011 1111 10101010 1000010 111001

Color Harmonies of #4ADAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAC1

Black with #4ADAC1

Text Example


Text Example

White with #4ADAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,218,193); }

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

background-color css

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

 a { background-color: rgb(74,218,193); }

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

border-color css

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

 span { border-color: rgb(74,218,193); }

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