#2AE1C3

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

Shades of Turquoise #2AE1C3

Tints of Turquoise #2AE1C3

Color information

#2AE1C3 (or 0x2AE1C3) is unknown color: approx Turquoise. HEX triplet: 2A, E1 and C3. RGB value is (42,225,195). Sum of RGB (Red+Green+Blue) = 42+225+195=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE1C3 is #D51E3C. Grayscale: #A6A6A6. Windows color (decimal): -13966909 or 12837162. OLE color: 12837162.

HSL color Cylindrical-coordinate representation of color #2AE1C3: hue angle of 170.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE1C3 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB42225195-
CMYK0.8100.130.12
HSL170.16º75.31%52.35%-
HSV(B)170.16º81.33%88.24%-
XYZ37.7358.2860.89-
YUV166.86143.8738.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.09%
GREEN value IS 225 (88.28% from 255) = 48.70%
BLUE value IS 195 (76.56% from 255) = 42.21%
R=9.09%
G=48.70%
B=42.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal422251950.8100.130.12170.1675.3152.35
Hex2AE1C3510DCaa4b34
Octal523413031210151425211364
Binary10101011100001110000111010001011011100101010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,225,195); }

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

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

 a { background-color: rgb(42,225,195); }

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

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

 span { border-color: rgb(42,225,195); }

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