#3AD4C3

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

Shades of Medium Turquoise #3AD4C3

Tints of Medium Turquoise #3AD4C3

Color information

#3AD4C3 (or 0x3AD4C3) is unknown color: approx Medium Turquoise. HEX triplet: 3A, D4 and C3. RGB value is (58,212,195). Sum of RGB (Red+Green+Blue) = 58+212+195=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD4C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD4C3 is #C52B3C. Grayscale: #A3A3A3. Windows color (decimal): -12921661 or 12833850. OLE color: 12833850.

HSL color Cylindrical-coordinate representation of color #3AD4C3: hue angle of 173.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD4C3 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB58212195-
CMYK0.7300.080.17
HSL173.38º64.17%52.94%-
HSV(B)173.38º72.64%83.14%-
XYZ35.1451.9359.8-
YUV164.02145.4852.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.47%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=12.47%
G=45.59%
B=41.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal582121950.7300.080.17173.3864.1752.94
Hex3AD4C3490811ad4035
Octal723243031110102125510065
Binary111010110101001100001110010010100010001101011011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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