#2AC4CA

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

Shades of Medium Turquoise #2AC4CA

Tints of Medium Turquoise #2AC4CA

Color information

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

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

Color convert

RGB42196202-
CMYK0.790.0300.21
HSL182.25º65.57%47.84%-
HSV(B)182.25º79.21%79.22%-
XYZ31.3644.2462.76-
YUV150.64156.9850.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421962020.790.0300.21182.2565.5747.84
Hex2AC4CA4F3015b64230
Octal52304312117302526610260
Binary1010101100010011001010100111111010101101101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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