Html Css Color HEX #4ADACA Medium Turquoise

📋 copy color: '#4ADACA'

red 74 ◦ green 218 ◦ blue 202

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

Shades of Medium Turquoise #4ADACA

Tints of Medium Turquoise #4ADACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 14.98%
G = 44.13%
B = 40.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#4ADACA (or 0x4ADACA) is known color: Medium Turquoise. HEX triplet: 4A, DA and CA. RGB value is (74,218,202). Sum of RGB (Red+Green+Blue) = 74+218+202=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADACA is #B52535. Grayscale: #ADADAD. Windows color (decimal): -11871542 or 13294154. OLE color: 13294154.

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

Color convert

RGB 74 218 202 -
CMYK 0.66 0 0.07 0.15
HSL 173.33º 0.66% 0.57% -
HSV(B) 173.33º 0.66% 0.85% -
XYZ 38.56 55.86 64.63 -
YUV 173.12 144.29 57.3 -
System Red Green Blue C M Y K H S L
Decimal 74 218 202 0.66 0 0.07 0.15 173.33 0.66 0.57
Hex 4A DA CA 42 0 7 F AD 42 39
Octal 112 332 312 102 0 7 17 255 102 71
Binary 1001010 11011010 11001010 1000010 0 111 1111 10101101 1000010 111001

Color Harmonies of #4ADACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADACA

Black with #4ADACA

Text Example


Text Example

White with #4ADACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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