#3AEDBA

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

Shades of Turquoise #3AEDBA

Tints of Turquoise #3AEDBA

Color information

#3AEDBA (or 0x3AEDBA) is unknown color: approx Turquoise. HEX triplet: 3A, ED and BA. RGB value is (58,237,186). Sum of RGB (Red+Green+Blue) = 58+237+186=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDBA is #C51245. Grayscale: #B1B1B1. Windows color (decimal): -12915270 or 12250426. OLE color: 12250426.

HSL color Cylindrical-coordinate representation of color #3AEDBA: hue angle of 162.91º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDBA is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB58237186-
CMYK0.7600.220.07
HSL162.91º83.26%57.84%-
HSV(B)162.91º75.53%92.94%-
XYZ40.8965.0156.85-
YUV177.67132.742.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.06%
GREEN value IS 237 (92.97% from 255) = 49.27%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=12.06%
G=49.27%
B=38.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal582371860.7600.220.07162.9183.2657.84
Hex3AEDBA4C0167a3533a
Octal72355272114026724312372
Binary11101011101101101110101001100010110111101000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,237,186); }

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

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

 a { background-color: rgb(58,237,186); }

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

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

 span { border-color: rgb(58,237,186); }

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