#2ACAC4

Color #2ACAC4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #2ACAC4

Tints of Medium Turquoise #2ACAC4

Color information

#2ACAC4 (or 0x2ACAC4) is unknown color: approx Medium Turquoise. HEX triplet: 2A, CA and C4. RGB value is (42,202,196). Sum of RGB (Red+Green+Blue) = 42+202+196=440 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.55% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACAC4 is #D5353B. Grayscale: #999999. Windows color (decimal): -13972796 or 12896810. OLE color: 12896810.

HSL color Cylindrical-coordinate representation of color #2ACAC4: hue angle of 177.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACAC4 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB42202196-
CMYK0.7900.030.21
HSL177.75º65.57%47.84%-
HSV(B)177.75º79.21%79.22%-
XYZ32.0446.7259.55-
YUV153.48151.9948.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.55%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 196 (76.95% from 255) = 44.55%
R=9.55%
G=45.91%
B=44.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal422021960.7900.030.21177.7565.5747.84
Hex2ACAC44F0315b24230
Octal52312304117032526210260
Binary1010101100101011000100100111101110101101100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ACAC4; }

 p { color: rgb(42,202,196); }

 H1.HeaderClassName
 {
   color: #2ACAC4;
 }
 .AnyTagClassName
 {
   color: #2ACAC4;
 }
</style>
background-color css

<style>
 a { background-color: #2ACAC4; }

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

 div.DivClassName
 {
   background-color: #2ACAC4;
 }
 .BgClassName
 {
   background-color: #2ACAC4;
 }
</style>
border-color css

<style>
 span { border-color: #2ACAC4; }

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

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