Html Css Color HEX #4ADAC9 Medium Turquoise

📋 copy color: '#4ADAC9'

red 74 ◦ green 218 ◦ blue 201

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

Shades of Medium Turquoise #4ADAC9

Tints of Medium Turquoise #4ADAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 15.01%
G = 44.22%
B = 40.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#4ADAC9 (or 0x4ADAC9) is known color: Medium Turquoise. HEX triplet: 4A, DA and C9. RGB value is (74,218,201). Sum of RGB (Red+Green+Blue) = 74+218+201=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAC9 is #B52536. Grayscale: #ACACAC. Windows color (decimal): -11871543 or 13228618. OLE color: 13228618.

HSL color Cylindrical-coordinate representation of color #4ADAC9: hue angle of 172.92º 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 #4ADAC9 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 201 -
CMYK 0.66 0 0.08 0.15
HSL 172.92º 0.66% 0.57% -
HSV(B) 172.92º 0.66% 0.85% -
XYZ 38.44 55.82 64.01 -
YUV 173.01 143.79 57.38 -
System Red Green Blue C M Y K H S L
Decimal 74 218 201 0.66 0 0.08 0.15 172.92 0.66 0.57
Hex 4A DA C9 42 0 8 F AD 42 39
Octal 112 332 311 102 0 10 17 255 102 71
Binary 1001010 11011010 11001001 1000010 0 1000 1111 10101101 1000010 111001

Color Harmonies of #4ADAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAC9

Black with #4ADAC9

Text Example


Text Example

White with #4ADAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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