#2ae1c7

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

Shades of Turquoise #2AE1C7

Tints of Turquoise #2AE1C7

Color information

#2AE1C7 (or 0x2AE1C7) is unknown color: approx Turquoise. HEX triplet: 2A, E1 and C7. RGB value is (42,225,199). Sum of RGB (Red+Green+Blue) = 42+225+199=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE1C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE1C7 is #D51E38. Grayscale: #A7A7A7. Windows color (decimal): -13966905 or 13099306. OLE color: 13099306.

HSL color Cylindrical-coordinate representation of color #2AE1C7: hue angle of 171.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE1C7 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB42225199-
CMYK0.8100.120.12
HSL171.48º75.31%52.35%-
HSV(B)171.48º81.33%88.24%-
XYZ38.1958.4763.31-
YUV167.32145.8738.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.01%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 199 (78.12% from 255) = 42.70%
R=9.01%
G=48.28%
B=42.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal422251990.8100.120.12171.4875.3152.35
Hex2AE1C7510CCab4b34
Octal523413071210141425311364
Binary10101011100001110001111010001011001100101010111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ae1c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,225,199); }

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

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

 a { background-color: rgb(42,225,199); }

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

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

 span { border-color: rgb(42,225,199); }

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