#2AC6CA

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

Shades of Medium Turquoise #2AC6CA

Tints of Medium Turquoise #2AC6CA

Color information

#2AC6CA (or 0x2AC6CA) is unknown color: approx Medium Turquoise. HEX triplet: 2A, C6 and CA. RGB value is (42,198,202). Sum of RGB (Red+Green+Blue) = 42+198+202=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AC6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC6CA is #D53935. Grayscale: #979797. Windows color (decimal): -13973814 or 13289002. OLE color: 13289002.

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

Color convert

RGB42198202-
CMYK0.790.0200.21
HSL181.5º65.57%47.84%-
HSV(B)181.5º79.21%79.22%-
XYZ31.8145.1462.91-
YUV151.81156.3249.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.50%
GREEN value IS 198 (77.73% from 255) = 44.80%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=9.50%
G=44.80%
B=45.70%

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
Decimal421982020.790.0200.21181.565.5747.84
Hex2AC6CA4F2015b64230
Octal52306312117202526610260
Binary1010101100011011001010100111110010101101101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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