#3AC3B8

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

Shades of Medium Turquoise #3AC3B8

Tints of Medium Turquoise #3AC3B8

Color information

#3AC3B8 (or 0x3AC3B8) is unknown color: approx Medium Turquoise. HEX triplet: 3A, C3 and B8. RGB value is (58,195,184). Sum of RGB (Red+Green+Blue) = 58+195+184=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC3B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC3B8 is #C53C47. Grayscale: #989898. Windows color (decimal): -12926024 or 12108602. OLE color: 12108602.

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

Color convert

RGB58195184-
CMYK0.7000.060.24
HSL175.18º54.15%49.61%-
HSV(B)175.18º70.26%76.47%-
XYZ29.9143.3952.15-
YUV152.78145.6160.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.27%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 184 (72.27% from 255) = 42.11%
R=13.27%
G=44.62%
B=42.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581951840.7000.060.24175.1854.1549.61
Hex3AC3B8460618af3632
Octal7230327010606302576662
Binary1110101100001110111000100011001101100010101111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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