Html Css Color HEX #4ADAC7 Medium Turquoise

📋 copy color: '#4ADAC7'

red 74 ◦ green 218 ◦ blue 199

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

Shades of Medium Turquoise #4ADAC7

Tints of Medium Turquoise #4ADAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 15.07%
G = 44.4%
B = 40.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#4ADAC7 (or 0x4ADAC7) is known color: Medium Turquoise. HEX triplet: 4A, DA and C7. RGB value is (74,218,199). Sum of RGB (Red+Green+Blue) = 74+218+199=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAC7 is #B52538. Grayscale: #ACACAC. Windows color (decimal): -11871545 or 13097546. OLE color: 13097546.

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

Color convert

RGB 74 218 199 -
CMYK 0.66 0 0.09 0.15
HSL 172.08º 0.66% 0.57% -
HSV(B) 172.08º 0.66% 0.85% -
XYZ 38.2 55.72 62.77 -
YUV 172.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 74 218 199 0.66 0 0.09 0.15 172.08 0.66 0.57
Hex 4A DA C7 42 0 9 F AC 42 39
Octal 112 332 307 102 0 11 17 254 102 71
Binary 1001010 11011010 11000111 1000010 0 1001 1111 10101100 1000010 111001

Color Harmonies of #4ADAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAC7

Black with #4ADAC7

Text Example


Text Example

White with #4ADAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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