#3DC7B6

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

Shades of Medium Turquoise #3DC7B6

Tints of Medium Turquoise #3DC7B6

Color information

#3DC7B6 (or 0x3DC7B6) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C7 and B6. RGB value is (61,199,182). Sum of RGB (Red+Green+Blue) = 61+199+182=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC7B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC7B6 is #C23849. Grayscale: #9B9B9B. Windows color (decimal): -12728394 or 11978557. OLE color: 11978557.

HSL color Cylindrical-coordinate representation of color #3DC7B6: hue angle of 172.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC7B6 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB61199182-
CMYK0.6900.090.22
HSL172.61º55.2%50.98%-
HSV(B)172.61º69.35%78.04%-
XYZ30.7945.2251.36-
YUV155.8142.7860.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.80%
GREEN value IS 199 (78.12% from 255) = 45.02%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=13.80%
G=45.02%
B=41.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611991820.6900.090.22172.6155.250.98
Hex3DC7B6450916ad3733
Octal75307266105011262556763
Binary11110111000111101101101000101010011011010101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,199,182); }

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

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

 a { background-color: rgb(61,199,182); }

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

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

 span { border-color: rgb(61,199,182); }

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