Html Css Color HEX #4ACACA Medium Turquoise

📋 copy color: '#4ACACA'

red 74 ◦ green 202 ◦ blue 202

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

Shades of Medium Turquoise #4ACACA

Tints of Medium Turquoise #4ACACA

RGB

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

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

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

R = 15.48%
G = 42.26%
B = 42.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4ACACA (or 0x4ACACA) is known color: Medium Turquoise. HEX triplet: 4A, CA and CA. RGB value is (74,202,202). Sum of RGB (Red+Green+Blue) = 74+202+202=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #4ACACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACACA is #B53535. Grayscale: #A3A3A3. Windows color (decimal): -11875638 or 13290058. OLE color: 13290058.

HSL color Cylindrical-coordinate representation of color #4ACACA: hue angle of 180º 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 #4ACACA is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 202 202 -
CMYK 0.63 0 0 0.21
HSL 180º 0.55% 0.54% -
HSV(B) 180º 0.63% 0.79% -
XYZ 34.61 47.96 63.31 -
YUV 163.73 149.59 64 -
System Red Green Blue C M Y K H S L
Decimal 74 202 202 0.63 0 0 0.21 180 0.55 0.54
Hex 4A CA CA 3F 0 0 15 B4 37 36
Octal 112 312 312 77 0 0 25 264 67 66
Binary 1001010 11001010 11001010 111111 0 0 10101 10110100 110111 110110

Color Harmonies of #4ACACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACACA

Black with #4ACACA

Text Example


Text Example

White with #4ACACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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