Html Css Color HEX #4ADAD3 Medium Turquoise

📋 copy color: '#4ADAD3'

red 74 ◦ green 218 ◦ blue 211

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

Shades of Medium Turquoise #4ADAD3

Tints of Medium Turquoise #4ADAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 14.71%
G = 43.34%
B = 41.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#4ADAD3 (or 0x4ADAD3) is known color: Medium Turquoise. HEX triplet: 4A, DA and D3. RGB value is (74,218,211). Sum of RGB (Red+Green+Blue) = 74+218+211=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAD3 is #B5252C. Grayscale: #AEAEAE. Windows color (decimal): -11871533 or 13883978. OLE color: 13883978.

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

Color convert

RGB 74 218 211 -
CMYK 0.66 0 0.03 0.15
HSL 177.08º 0.66% 0.57% -
HSV(B) 177.08º 0.66% 0.85% -
XYZ 39.65 56.3 70.41 -
YUV 174.15 148.79 56.57 -
System Red Green Blue C M Y K H S L
Decimal 74 218 211 0.66 0 0.03 0.15 177.08 0.66 0.57
Hex 4A DA D3 42 0 3 F B1 42 39
Octal 112 332 323 102 0 3 17 261 102 71
Binary 1001010 11011010 11010011 1000010 0 11 1111 10110001 1000010 111001

Color Harmonies of #4ADAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAD3

Black with #4ADAD3

Text Example


Text Example

White with #4ADAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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