#2AE1C2

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

Shades of Turquoise #2AE1C2

Tints of Turquoise #2AE1C2

Color information

#2AE1C2 (or 0x2AE1C2) is unknown color: approx Turquoise. HEX triplet: 2A, E1 and C2. RGB value is (42,225,194). Sum of RGB (Red+Green+Blue) = 42+225+194=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE1C2 is #D51E3D. Grayscale: #A6A6A6. Windows color (decimal): -13966910 or 12771626. OLE color: 12771626.

HSL color Cylindrical-coordinate representation of color #2AE1C2: hue angle of 169.84º 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 #2AE1C2 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB42225194-
CMYK0.8100.140.12
HSL169.84º75.31%52.35%-
HSV(B)169.84º81.33%88.24%-
XYZ37.6258.2460.3-
YUV166.75143.3739.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.11%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=9.11%
G=48.81%
B=42.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal422251940.8100.140.12169.8475.3152.35
Hex2AE1C2510ECaa4b34
Octal523413021210161425211364
Binary10101011100001110000101010001011101100101010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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