#3AC2B8

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

Shades of Medium Turquoise #3AC2B8

Tints of Medium Turquoise #3AC2B8

Color information

#3AC2B8 (or 0x3AC2B8) is unknown color: approx Medium Turquoise. HEX triplet: 3A, C2 and B8. RGB value is (58,194,184). Sum of RGB (Red+Green+Blue) = 58+194+184=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC2B8 is #C53D47. Grayscale: #989898. Windows color (decimal): -12926280 or 12108346. OLE color: 12108346.

HSL color Cylindrical-coordinate representation of color #3AC2B8: hue angle of 175.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC2B8 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB58194184-
CMYK0.7000.050.24
HSL175.59º53.97%49.41%-
HSV(B)175.59º70.1%76.08%-
XYZ29.6942.9452.07-
YUV152.2145.9460.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.30%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=13.30%
G=44.50%
B=42.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581941840.7000.050.24175.5953.9749.41
Hex3AC2B8460518b03631
Octal7230227010605302606661
Binary1110101100001010111000100011001011100010110000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,194,184); }

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

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

 a { background-color: rgb(58,194,184); }

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

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

 span { border-color: rgb(58,194,184); }

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