#2AE5E3

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

Shades of Turquoise #2AE5E3

Tints of Turquoise #2AE5E3

Color information

#2AE5E3 (or 0x2AE5E3) is unknown color: approx Turquoise. HEX triplet: 2A, E5 and E3. RGB value is (42,229,227). Sum of RGB (Red+Green+Blue) = 42+229+227=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE5E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE5E3 is #D51A1C. Grayscale: #ACACAC. Windows color (decimal): -13965853 or 14935338. OLE color: 14935338.

HSL color Cylindrical-coordinate representation of color #2AE5E3: hue angle of 179.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE5E3 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB42229227-
CMYK0.8200.010.10
HSL179.36º78.24%53.14%-
HSV(B)179.36º81.66%89.8%-
XYZ42.8462.0882.4-
YUV172.86158.5534.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.43%
GREEN value IS 229 (89.84% from 255) = 45.98%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=8.43%
G=45.98%
B=45.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal422292270.8200.010.10179.3678.2453.14
Hex2AE5E35201Ab34e35
Octal52345343122011226311665
Binary10101011100101111000111010010011010101100111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,229,227); }

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

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

 a { background-color: rgb(42,229,227); }

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

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

 span { border-color: rgb(42,229,227); }

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