Html Css Color HEX #4ADADC Medium Turquoise

📋 copy color: '#4ADADC'

red 74 ◦ green 218 ◦ blue 220

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

Shades of Medium Turquoise #4ADADC

Tints of Medium Turquoise #4ADADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 14.45%
G = 42.58%
B = 42.97%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ADADC (or 0x4ADADC) is known color: Medium Turquoise. HEX triplet: 4A, DA and DC. RGB value is (74,218,220). Sum of RGB (Red+Green+Blue) = 74+218+220=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ADADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADADC is #B52523. Grayscale: #AFAFAF. Windows color (decimal): -11871524 or 14473802. OLE color: 14473802.

HSL color Cylindrical-coordinate representation of color #4ADADC: hue angle of 180.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADADC is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 218 220 -
CMYK 0.66 0.01 0 0.14
HSL 180.82º 0.68% 0.58% -
HSV(B) 180.82º 0.66% 0.86% -
XYZ 40.81 56.77 76.52 -
YUV 175.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 74 218 220 0.66 0.01 0 0.14 180.82 0.68 0.58
Hex 4A DA DC 42 1 0 E B5 44 3A
Octal 112 332 334 102 1 0 16 265 104 72
Binary 1001010 11011010 11011100 1000010 1 0 1110 10110101 1000100 111010

Color Harmonies of #4ADADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADADC

Black with #4ADADC

Text Example


Text Example

White with #4ADADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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