Html Css Color HEX #4ACAC2 Medium Turquoise

📋 copy color: '#4ACAC2'

red 74 ◦ green 202 ◦ blue 194

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

Shades of Medium Turquoise #4ACAC2

Tints of Medium Turquoise #4ACAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 15.74%
G = 42.98%
B = 41.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#4ACAC2 (or 0x4ACAC2) is known color: Medium Turquoise. HEX triplet: 4A, CA and C2. RGB value is (74,202,194). Sum of RGB (Red+Green+Blue) = 74+202+194=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAC2 is #B5353D. Grayscale: #A2A2A2. Windows color (decimal): -11875646 or 12765770. OLE color: 12765770.

HSL color Cylindrical-coordinate representation of color #4ACAC2: hue angle of 176.25º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACAC2 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 202 194 -
CMYK 0.63 0 0.04 0.21
HSL 176.25º 0.55% 0.54% -
HSV(B) 176.25º 0.63% 0.79% -
XYZ 33.68 47.59 58.45 -
YUV 162.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 74 202 194 0.63 0 0.04 0.21 176.25 0.55 0.54
Hex 4A CA C2 3F 0 4 15 B0 37 36
Octal 112 312 302 77 0 4 25 260 67 66
Binary 1001010 11001010 11000010 111111 0 100 10101 10110000 110111 110110

Color Harmonies of #4ACAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACAC2

Black with #4ACAC2

Text Example


Text Example

White with #4ACAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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