#2AE9C5

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

Shades of Turquoise #2AE9C5

Tints of Turquoise #2AE9C5

Color information

#2AE9C5 (or 0x2AE9C5) is unknown color: approx Turquoise. HEX triplet: 2A, E9 and C5. RGB value is (42,233,197). Sum of RGB (Red+Green+Blue) = 42+233+197=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE9C5 is #D5163A. Grayscale: #ABABAB. Windows color (decimal): -13964859 or 12970282. OLE color: 12970282.

HSL color Cylindrical-coordinate representation of color #2AE9C5: hue angle of 168.69º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE9C5 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB42233197-
CMYK0.8200.150.09
HSL168.69º81.28%53.92%-
HSV(B)168.69º81.97%91.37%-
XYZ40.1762.862.83-
YUV171.79142.2235.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.90%
GREEN value IS 233 (91.41% from 255) = 49.36%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=8.90%
G=49.36%
B=41.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422331970.8200.150.09168.6981.2853.92
Hex2AE9C5520F9a95136
Octal523513051220171125112166
Binary10101011101001110001011010010011111001101010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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