#2AC5CA

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

Shades of Medium Turquoise #2AC5CA

Tints of Medium Turquoise #2AC5CA

Color information

#2AC5CA (or 0x2AC5CA) is unknown color: approx Medium Turquoise. HEX triplet: 2A, C5 and CA. RGB value is (42,197,202). Sum of RGB (Red+Green+Blue) = 42+197+202=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AC5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC5CA is #D53A35. Grayscale: #979797. Windows color (decimal): -13974070 or 13288746. OLE color: 13288746.

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

Color convert

RGB42197202-
CMYK0.790.0200.21
HSL181.88º65.57%47.84%-
HSV(B)181.88º79.21%79.22%-
XYZ31.5844.6962.84-
YUV151.22156.6550.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.52%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=9.52%
G=44.67%
B=45.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421972020.790.0200.21181.8865.5747.84
Hex2AC5CA4F2015b64230
Octal52305312117202526610260
Binary1010101100010111001010100111110010101101101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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