#2AE7DA

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

Shades of Turquoise #2AE7DA

Tints of Turquoise #2AE7DA

Color information

#2AE7DA (or 0x2AE7DA) is unknown color: approx Turquoise. HEX triplet: 2A, E7 and DA. RGB value is (42,231,218). Sum of RGB (Red+Green+Blue) = 42+231+218=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE7DA is #D51825. Grayscale: #ACACAC. Windows color (decimal): -13965350 or 14346026. OLE color: 14346026.

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

Color convert

RGB42231218-
CMYK0.8200.060.09
HSL175.87º79.75%53.53%-
HSV(B)175.87º81.82%90.59%-
XYZ42.1962.7176.21-
YUV173.01153.3834.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.55%
GREEN value IS 231 (90.62% from 255) = 47.05%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=8.55%
G=47.05%
B=44.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422312180.8200.060.09175.8779.7553.53
Hex2AE7DA52069b05036
Octal52347332122061126012066
Binary1010101110011111011010101001001101001101100001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,231,218); }

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

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

 a { background-color: rgb(42,231,218); }

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

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

 span { border-color: rgb(42,231,218); }

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