#3AEAB6

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

Shades of Turquoise #3AEAB6

Tints of Turquoise #3AEAB6

Color information

#3AEAB6 (or 0x3AEAB6) is unknown color: approx Turquoise. HEX triplet: 3A, EA and B6. RGB value is (58,234,182). Sum of RGB (Red+Green+Blue) = 58+234+182=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEAB6 is #C51549. Grayscale: #AFAFAF. Windows color (decimal): -12916042 or 11987514. OLE color: 11987514.

HSL color Cylindrical-coordinate representation of color #3AEAB6: hue angle of 162.27º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEAB6 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB58234182-
CMYK0.7500.220.08
HSL162.27º80.73%57.25%-
HSV(B)162.27º75.21%91.76%-
XYZ39.6163.1254.35-
YUV175.45131.6944.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.24%
GREEN value IS 234 (91.80% from 255) = 49.37%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=12.24%
G=49.37%
B=38.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582341820.7500.220.08162.2780.7357.25
Hex3AEAB64B0168a25139
Octal723522661130261024212171
Binary111010111010101011011010010110101101000101000101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AEAB6; }

 p { color: rgb(58,234,182); }

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

<style>
 a { background-color: #3AEAB6; }

 a { background-color: rgb(58,234,182); }

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

<style>
 span { border-color: #3AEAB6; }

 span { border-color: rgb(58,234,182); }

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