#2AC2CA

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

Shades of Medium Turquoise #2AC2CA

Tints of Medium Turquoise #2AC2CA

Color information

#2AC2CA (or 0x2AC2CA) is unknown color: approx Medium Turquoise. HEX triplet: 2A, C2 and CA. RGB value is (42,194,202). Sum of RGB (Red+Green+Blue) = 42+194+202=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AC2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC2CA is #D53D35. Grayscale: #959595. Windows color (decimal): -13974838 or 13287978. OLE color: 13287978.

HSL color Cylindrical-coordinate representation of color #2AC2CA: hue angle of 183º 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 #2AC2CA is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42194202-
CMYK0.790.0400.21
HSL183º65.57%47.84%-
HSV(B)183º79.21%79.22%-
XYZ30.9143.3462.61-
YUV149.46157.6451.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.59%
GREEN value IS 194 (76.17% from 255) = 44.29%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=9.59%
G=44.29%
B=46.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421942020.790.0400.2118365.5747.84
Hex2AC2CA4F4015b74230
Octal52302312117402526710260
Binary10101011000010110010101001111100010101101101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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