#2AE8C0

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

Shades of Turquoise #2AE8C0

Tints of Turquoise #2AE8C0

Color information

#2AE8C0 (or 0x2AE8C0) is unknown color: approx Turquoise. HEX triplet: 2A, E8 and C0. RGB value is (42,232,192). Sum of RGB (Red+Green+Blue) = 42+232+192=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE8C0 is #D5173F. Grayscale: #AAAAAA. Windows color (decimal): -13965120 or 12642346. OLE color: 12642346.

HSL color Cylindrical-coordinate representation of color #2AE8C0: hue angle of 167.37º 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 #2AE8C0 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB42232192-
CMYK0.8200.170.09
HSL167.37º80.51%53.73%-
HSV(B)167.37º81.9%90.98%-
XYZ39.3362.0159.77-
YUV170.63140.0536.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.01%
GREEN value IS 232 (91.02% from 255) = 49.79%
BLUE value IS 192 (75.39% from 255) = 41.20%
R=9.01%
G=49.79%
B=41.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422321920.8200.170.09167.3780.5153.73
Hex2AE8C0520119a75136
Octal523503001220211124712166
Binary101010111010001100000010100100100011001101001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,232,192); }

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

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

 a { background-color: rgb(42,232,192); }

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

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

 span { border-color: rgb(42,232,192); }

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