#3AD3C0

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

Shades of Medium Turquoise #3AD3C0

Tints of Medium Turquoise #3AD3C0

Color information

#3AD3C0 (or 0x3AD3C0) is unknown color: approx Medium Turquoise. HEX triplet: 3A, D3 and C0. RGB value is (58,211,192). Sum of RGB (Red+Green+Blue) = 58+211+192=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD3C0 is #C52C3F. Grayscale: #A3A3A3. Windows color (decimal): -12921920 or 12636986. OLE color: 12636986.

HSL color Cylindrical-coordinate representation of color #3AD3C0: hue angle of 172.55º degrees, saturation: 0.63, 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 #3AD3C0 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB58211192-
CMYK0.7300.090.17
HSL172.55º63.49%52.75%-
HSV(B)172.55º72.51%82.75%-
XYZ34.5551.2957.95-
YUV163.09144.3153.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.58%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=12.58%
G=45.77%
B=41.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal582111920.7300.090.17172.5563.4952.75
Hex3AD3C0490911ad3f35
Octal72323300111011212557765
Binary11101011010011110000001001001010011000110101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,211,192); }

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

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

 a { background-color: rgb(58,211,192); }

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

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

 span { border-color: rgb(58,211,192); }

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