#3AEDB9

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

Shades of Turquoise #3AEDB9

Tints of Turquoise #3AEDB9

Color information

#3AEDB9 (or 0x3AEDB9) is unknown color: approx Turquoise. HEX triplet: 3A, ED and B9. RGB value is (58,237,185). Sum of RGB (Red+Green+Blue) = 58+237+185=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDB9 is #C51246. Grayscale: #B1B1B1. Windows color (decimal): -12915271 or 12184890. OLE color: 12184890.

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

Color convert

RGB58237185-
CMYK0.7600.220.07
HSL162.57º83.26%57.84%-
HSV(B)162.57º75.53%92.94%-
XYZ40.7964.9756.29-
YUV177.55132.242.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.08%
GREEN value IS 237 (92.97% from 255) = 49.38%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=12.08%
G=49.38%
B=38.54%

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
Decimal582371850.7600.220.07162.5783.2657.84
Hex3AEDB94C0167a3533a
Octal72355271114026724312372
Binary11101011101101101110011001100010110111101000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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