#2AE9C6

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

Shades of Turquoise #2AE9C6

Tints of Turquoise #2AE9C6

Color information

#2AE9C6 (or 0x2AE9C6) is unknown color: approx Turquoise. HEX triplet: 2A, E9 and C6. RGB value is (42,233,198). Sum of RGB (Red+Green+Blue) = 42+233+198=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE9C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE9C6 is #D51639. Grayscale: #ABABAB. Windows color (decimal): -13964858 or 13035818. OLE color: 13035818.

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

Color convert

RGB42233198-
CMYK0.8200.150.09
HSL169.01º81.28%53.92%-
HSV(B)169.01º81.97%91.37%-
XYZ40.2962.8563.43-
YUV171.9142.7235.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.88%
GREEN value IS 233 (91.41% from 255) = 49.26%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=8.88%
G=49.26%
B=41.86%

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
Decimal422331980.8200.150.09169.0181.2853.92
Hex2AE9C6520F9a95136
Octal523513061220171125112166
Binary10101011101001110001101010010011111001101010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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