#3AEAB7

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

Shades of Turquoise #3AEAB7

Tints of Turquoise #3AEAB7

Color information

#3AEAB7 (or 0x3AEAB7) is unknown color: approx Turquoise. HEX triplet: 3A, EA and B7. RGB value is (58,234,183). Sum of RGB (Red+Green+Blue) = 58+234+183=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEAB7 is #C51548. Grayscale: #AFAFAF. Windows color (decimal): -12916041 or 12053050. OLE color: 12053050.

HSL color Cylindrical-coordinate representation of color #3AEAB7: hue angle of 162.61º 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 #3AEAB7 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB58234183-
CMYK0.7500.220.08
HSL162.61º80.73%57.25%-
HSV(B)162.61º75.21%91.76%-
XYZ39.7163.1654.9-
YUV175.56132.1944.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.21%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=12.21%
G=49.26%
B=38.53%

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
Decimal582341830.7500.220.08162.6180.7357.25
Hex3AEAB74B0168a35139
Octal723522671130261024312171
Binary111010111010101011011110010110101101000101000111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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